Sybase wrapper library files

The Sybase wrapper library files are added to the federated server when you install the wrapper.

When you install the Sybase wrapper, three library files are added to the default directory path. For example, if the federated server is running on AIX®, the wrapper library files that are added to the directory path are libdb2ctlib.a, libdb2ctlibF.a, and libdb2ctlibU.a. The other wrapper library files are used internally by the Sybase wrapper.

If you do not use the default wrapper name when you register the wrapper, you must include the LIBRARY parameter in the CREATE WRAPPER statement and specify the default library file name.

The default directory paths and default wrapper library file names are listed in the following table.

Table 1. Sybase wrapper library locations and file names
Operating system Directory path Library file name
AIX
/usr/opt/install_path/lib32/
/usr/opt/install_path/lib64/
libdb2ctlib.a
Linux®
/opt/IBM/db2/install_path/lib32
/opt/IBM/db2/install_path/lib64
libdb2ctlib.so
Windows %DB2PATH%\bin db2ctlib.dll

install_path is the directory path whereFederation component is installed on UNIX or Linux.