Shared object "libssl.so.6" not found

After upgrading to 10.0-RELEASE, I installed the samba36 package. Unfortunately, when trying to run smbget, I receive:

Code:
Shared object "libssl.so.6" not found, required by "libldap-2.4.so.8"

Anyone else see this problem? Any solutions?

Thanks.

- Peter
 
Looks like something went sideways on my installation. Running

Code:
pkg remove openldap-client samba36

followed by

Code:
pkg install samba36

cleared up the issue.

- Peter
 
Back
Top