Originally posted by: SystemAdmin
You need to find out which fileset contains the missing library and the availability of the library on AIX6.1.
To do that, first do the following on the machine where the program runs normally:
ldd your_program
It will show you where is libibmldap64.a.
Then use ls -l libibmldap64.a to find the real path (not the link) of the library.
Then use lslpp -w path_to_the_lib to find which fileset contains the library.
Then go to the machine where the program cannot run, use lslpp -h fileset_name to see if the fileset is installed. If not, you may ask your sysadmin whether he can install it.
#AIX-Forum