I have a segfault coming from OpenSSL (in particular SSL_read ) that I would like to debug. I think the best step for this is to build the library using debugging symbols so that I can enter the function and see how it happens. I donβt understand how: a) to build the library myself and b) to crack the makefile to give me debug symbols. Does anyone have experience working with this particular library or have general recommendations on this method of building and modifying?
Received this error:
./config -d Operating system: x86_64-whatever-linux2 This system (debug-linux-x86_64) is not supported. See file INSTALL for details.
Not sure what to do here. OS Information:
$ cat /proc/version Linux version 3.2.0-24-virtual (buildd@yellow) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.31ubuntu5) )
debugging compilation build openssl makefile
djechlin
source share