Austin Hung wrote:

> Additionally, the shared libraries get installed incorrectly, that is, it
> creates three instances of the same file and names them lib*.so, lib*.so.0,
> and lib*.so.0.9.6 (where * is either crypto or ssl), when I *think* the
> first two should be symbolic links. I'm not sure if this is a Makefile
> problem or a ranlib problem (ranlib gives errors on the first two since
> they are symbolic links in the build directory). I am using the latest and
> greatest Make and ranlib.

I've had this problem too.  I do my ./config, make, make install, then a ./config
shared, make, make install, then I delete the .so.0* files and run ldconfig to
create them properly (on Linux).

--
Michael T. Babcock (PGP: 0xBE6C1895)
http://www.fibrespeed.net/~mbabcock/



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to