[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] openssl upgrade



On Fri, 20 Sep 2002, Gerald Waugh wrote:

> On 20 Sep 2002, William L. Thomson Jr. wrote:
>
> > Now I have one last question. A while back I was looking for
> > libcrypto.so, and it's respective libssl.so.
> >
> > After making my new openssl engine, I now have libssl.a and libcrypto.a
> > in the openssl source root dir. I have looked through most of the other
> > dir in the openssl package, for the .so versions of those files. I can't
> > find them.
> >
> That's odd, I thought the 'engine' would make libcrypto.so
> I'll look around and see what I can find.
>
The default configure is supposed to be "shared" and that works for
libssl.so, but not for libcrypto.so, which needs an explicit "shared"

./config shared --prefix=/usr
make

will generate libcrypto.so

Gerald
--
http://frontstreetnetworks.com | http://raqware.com
Front Street Networks LLC  | Phone: +1 203-785-0699
229 Front Street, Ste. C, New Haven, CT. 06513-3203