I know this is a FAQ, but the answers I found all included the response "that didn't work".

openssl 1.0.1c on Linux: How do I compile and link so the debugger can step into the openssl code?

Are there definitive instructions anywhere, or does everyone use trial and error?

I'm using a local copy of the source, and do not want to touch /usr/bin.

I tried various combinations that worked in the past:

./config with
        -d
        -g
        shared
        linux-elf
        --prefix ...
./Configure with the above and
        -shared
        debug-linux-elf

They either didn't compile, didn't link, or gdb would not step in.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to