[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap executables fail because of invalid library path (ITS#2528)



Full_Name: Ashley Krosunger
Version: 2.1.17
OS: AIX 5.2
URL: 
Submission from: (NULL) (157.182.63.209)


Built/installed client (2.1.17) only as per openldap.org FAQ on AIX5.2

$ /usr/local/openldap2-client/bin>ldappasswd
exec(): 0509-036 Cannot load program ldappasswd because of the following
errors:
        0509-150   Dependent module
../../libraries/libldap/.libs/libldap.a(libldap.so.2) could not be loaded.
        0509-022 Cannot load module
../../libraries/libldap/.libs/libldap.a(libldap.so.2).
        0509-026 System error: A file or directory in the path name does not
exist.
akrosung@babyruth:/usr/local/openldap2-client/bin>./ldappasswd
exec(): 0509-036 Cannot load program ./ldappasswd because of the following
errors:
        0509-150   Dependent module
../../libraries/libldap/.libs/libldap.a(libldap.so.2) could not be loaded.
        0509-022 Cannot load module
../../libraries/libldap/.libs/libldap.a(libldap.so.2).
        0509-026 System error: A file or directory in the path name does not
exist.

The libraries it is looking for are in /usr/local/openldap2-client/libs

In my environment, a symbolic link is impossible as it interferes with
production oracle systems. (The logic isn't mine)  Any other ideas how to fix
this?