Previous Topic: Verify the Linux ACL Library VersionNext Topic: Using the Client Agents


Create Link to 32-bit ACL Library

If libacl.so points to a 64-bit library, you must create a link from the 32-bit library to libacl.so. The following example shows how to create the link on a 64-bit Mainframe Linux platform:

> cd /lib
> ln -sf libacl.so.1 libacl.so

Use the appropriate link command for your 64-bit Linux system.