Re: shared vs. static libraries

2001-03-17 Thread Richard Levitte - VMS Whacker
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

Re: shared vs. static libraries

2001-03-17 Thread Michael T. Babcock
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

shared vs. static libraries

2001-03-17 Thread Austin Hung
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