From: Austin Hung <[EMAIL PROTECTED]>
a2hung> Additionally, the shared libraries get installed incorrectly, that is, it
a2hung> creates three instances of the same file and names them lib*.so, lib*.so.0,
a2hung> and lib*.so.0.9.6 (where * is either crypto or ssl), when I *think* the
a2hung> first
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
Hi,
In the INSTALL document, the following exerpt is found:
shared In addition to the usual static libraries, create shared
libraries on platforms where it's supported. See "Note on shared
libraries" below.
So, a "./config shared" builds both static and shared libraries