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
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
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