Originally posted by: emil.mazurkiewicz
Hello,
I needed to upgrade curl on Customer AIX VM with oslevel 7100-05-04-1914. I downloaded curl-7.65.1-1.ppc from the AIX Toolbox website. I received notice of several dependencies and installed those (downloaded from same site). I now receive this error when doing a curl -V:
curl -V
exec(): 0509-036 Cannot load program curl because of the following errors:
0509-150 Dependent module /usr/lib/libldap.a(libldap-2.4.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.
09:24:17 root@srtchvus9006: /sds/aix/aixtoolbox/RPMS/ppc/openldap
The dependency packages that I installed are:
ca-certificates-2017.07.17-1.ppc.rpm
libssh2-1.8.0-3.aix6.1.ppc.rpm
Than I added LIBPATH=/usr/lib to the /etc/environment file and updated openldap to required version: openldap-2.4.45-1.ppc
But the error is still the same.
Could someone help me to resolve the issue?