Originally posted by: exxoid2
We are trying to install Samba 4.6.4 on our AIX 7.1 box. Previously we had Samba 3.6 from perzl.org repository, but are trying to use IBM release as it is newer version.
Trying to get this installed without using YUM to reduce the amount of packages we have on the system, etc... so I threw all the relevant Samba packages in a directory and ran "rpm -ivh *".
Next we tried to install using rpm -ivh * and all seemed to work OK. However when i try to run smbclient utility, it dies with...
# smbclient
exec(): 0509-036 Cannot load program smbclient because of the following errors:
0509-022 Cannot load module /opt/freeware/lib/libldap.a(libldap-2.4.so.2).
0509-150 Dependent module /opt/freeware/lib/libssl.a(libssl.so) could not be loaded.
0509-152 Member libssl.so is not found in archive
0509-022 Cannot load module smbclient.
0509-150 Dependent module /opt/freeware/lib/libldap.a(libldap-2.4.so.2) could not be loaded.
0509-022 Cannot load module .
#AIXOpenSource#AIX-Open-Source-Software