On 6/8/07, Marek Marcola <[EMAIL PROTECTED]> wrote:
>
> How do I setup OpenSSL so as that I can debug into the library from my
> application?
You may use something like that:
$ ./Configure threads shared \
--prefix=/usr/local/openssl-0.9.8b-debug linux-elf -g
Thank you Marek!
That works much better than './config shared -d' which resulted in
compile errors because I did not have the efence (Electric Fence)
library installed.
I know what the 'shared' option does there, but I will research the
'threads' option now...
Best Regards,
Brendan
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]