[sudo-users] sudo-1.8.13 libibmldap.a dependency error

Robert Sabo Sipos Robert.Sabo_Sipos at telus.com
Thu May 21 17:08:36 MDT 2015


Hello,

I am trying to compile sudo-1.8.13 with IBM LDAP client support (version 6.3.0.33) on AIX 6.1 (6100-09-04-1441).

The compile options used:

./mkpkg --platform=rpm --flavor=ldap --with-aixauth \
        --with-ldap=/opt/IBM/ldap/V6.3 \
        --with-ldap-conf-file=/etc/sudo-ldap.conf \
        --with-ignore-dot

When trying to install the resulting RPM it complains of a failed dependency:

        rpm -Uvh sudo-ldap-1.8.13-1.ppc.rpm
        error: failed dependencies:
                libibmldap.a is needed by sudo-ldap-1.8.13-1


However libibmldap.a is present on the system:

# find / -name libibmldap.a -ls
45904  762 -rwxr-xr-x  1 root      system      779814 Sep 29  2014 /opt/IBM/ldap/V6.3/lib/libibmldap.a
45970  833 -rwxr-xr-x  1 root      system      852090 Sep 29  2014 /opt/IBM/ldap/V6.3/lib64/libibmldap.a
50406    1 lrwxrwxrwx  1 root      system          37 May 20 23:55 /usr/lib/lib64/libibmldap.a -> /opt/IBM/ldap/V6.3/lib64/libidsldap.a
14184    1 lrwxrwxrwx  1 root      system          35 May 20 23:54 /usr/lib/libibmldap.a -> /opt/IBM/ldap/V6.3/lib/libidsldap.a


Any suggestions what I may be missing or how to troubleshoot further would be appreciated.







More information about the sudo-users mailing list