Re: getting shared dynamic libraries

2001-03-19 Thread Jerry Asher
Phil, >I'm wanting to compile SSH, preferrably with shared libraries linked in, >as well as code and compile some programs of my own using either libssl >or libcrypto, and I definitely want the dynamic shared linkage for this. Me too! I just went through the same exercise and wouldn't have had

Re: getting shared dynamic libraries

2000-07-17 Thread Phil Howard
Gerd Schering wrote: > On Mon, 17 Jul 2000, you wrote: > > How can I get shared dynamic libraries (e.g. .so files) of libssl and > > libcrypto? I've tried "./Configure linux-elf" and that does not give > > me any more than the 2 .a files. > > > do a "make linux-shared". > This builds the libs i

Re: getting shared dynamic libraries

2000-07-16 Thread Gerd Schering
On Mon, 17 Jul 2000, you wrote: > How can I get shared dynamic libraries (e.g. .so files) of libssl and > libcrypto? I've tried "./Configure linux-elf" and that does not give > me any more than the 2 .a files. > do a "make linux-shared". This builds the libs in the source tree. You have to copy