From: Gunn, B. <bob...@em...> - 2008-08-27 21:22:34
|
The db, openldap, and sudo RPM were successfully loaded. Then I continually receive this error when trying to work with sudo. root@newsys:> sudo echo hello exec(): 0509-036 Cannot load program sudo because of the following errors: 0509-150 Dependent module /usr/lib/libldap.a(libldap.so.2) could not be loaded. 0509-153 File /usr/lib/libldap.a is not an archive or the file could not be read properly. 0509-026 System error: Cannot run a file that does not have a valid format. root@newsys:> ls -l /usr/lib/libldap.a lrwxrwxrwx 1 root system 35 Jul 26 00:52 /usr/lib/libldap.a -> /opt/IBM/ldap/V6.0/lib/libidsldap.a root@newsys:> ls -l /opt/IBM/ldap/V6.0/lib/libidsldap.a lrwxrwxrwx 1 root system 35 Jul 26 00:52 /opt/IBM/ldap/V6.0/lib/libidsldap.a -> /opt/IBM/ldap/V6.0/lib/libibmldap.a root@newsys:> ls -l /opt/IBM/ldap/V6.0/lib/libibmldap.a -rwxr-xr-x 1 root system 634851 Oct 20 2005 /opt/IBM/ldap/V6.0/lib/libibmldap.a root@newsys:> ls -l /usr/lib/libldap.so.2 ls: 0653-341 The file /usr/lib/libldap.so.2 does not exist. These are the filesets that were loaded: root@ddcmorpheus:/admin/morpheus/installs/sudo> ll total 4088 -rw-r----- 1 bgunn staff 755133 Aug 27 12:41 db-3.3.11-4.aix5.1.ppc.rpm -rw-r----- 1 bgunn staff 1122164 Aug 27 12:38 openldap-2.0.21-4.aix4.3.ppc.rpm -rw-r----- 1 bgunn staff 205665 Aug 27 12:21 sudo-1.6.9p15-1.aix5.2.ppc.rpm root@ddcmorpheus:/admin/morpheus/installs/sudo> And here is the OS information: root@ddcmorpheus:/admin/morpheus/installs/sudo> oslevel -s 5300-08-01-0819 |