I need some help debugging a segmentation fault in my application at SSL_library_init()
Based on ssl/ssl_algc.c


Q1- Where is the definition of EVP_des_cbc() function, I could not find it along the 0.9.7e sources
Q2- My app is dynamically linking with the OS supplied SSL libs. I want to be able to step into
SSL_library_init() to see exactly why I get a seg-faults. Can I
- Run gdb and my app (with libssl.so) but tell gdb to use /some/dir for the source, but then gdb
would also need a symbol table file, how do I generate that
- Should I compile a fresh .so lib with symbol tables and have my app dynamically link against that
- Or should I compile a fresh .a lib and have my app link statically against the .a


Q3- Has anyone successfully ran a multi-threaded app using SSL on FreeBSD 5.3....I have a feeling
pthread is broken on 5.3


Thanks
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to