Originally posted by: H4R01D
Thanks for your help @AyappanP 43b0c085-7945-4b4f-8d26-6f7252a212b8!!
The soft link is already there, I ran the idslink and updtvpkg over again just to be sure, but I've the same result.
Think is, soft link /usr/lib/libibmldap.a points to /opt/IBM/ldap/V6.2/lib/libibmldapn.a instead of /opt/IBM/ldap/V6.2/lib/libidsldap.a as you mention.
I'm not sure, but my guess is that this is correct, and it's the reason why AIX-rpm provides libibmldapn.a instead of libibmldap.a, and so sudo_ids package dependencies should be updated accordingly... but you may better know than me.
Thanks,
Harold.
root@SERVER:/:=>ls -la /usr/lib/libibmldap.a
lrwxrwxrwx 1 root system 36 Oct 8 05:04 /usr/lib/libibmldap.a -> /opt/IBM/ldap/V6.2/lib/libibmldapn.a
root@SERVER:/:=>rpm -q AIX-rpm --provides | grep libibmldap
libibmldapdbg.a
libibmldapn.a
root@SERVER:/:=>
#AIXOpenSource#AIX-Open-Source-Software