Ezequias Rodrigues da Rocha wrote:
> I have all those:
>
> [root@linux1 bin]# updatedb
> [root@linux1 bin]# locate libssl.so.0
> /work/vmware/vmware-distrib/lib/lib/libssl.so.0.9.7
> /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib/libssl.so.0.9.6
> /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib/libssl.so.0
> /usr/local/vmware/lib/lib/libssl.so.0.9.7
> /lib/libssl.so.0.9.7a
> [root@linux1 bin]#
>
> Strange that doesn't appear neither /etc... nor <ssl-dir>/...
I owuldn't expect to see it in /etc, it's a library.
> What folder do you recommend ?
/lib
That should already be in /etc/ld.so.conf though. You might need to
create a symlink (libssl.so.0 -> libssl.so.0.9.7a) and then run ldconfig
again.
Regard,s Dave