On Fri, Apr 27, 2012 at 05:42:07PM -0700, Andris Kalnozols wrote: > On 4/27/2012 4:11 PM, Kurt Roeckx wrote: > >header and hdlen from frame 1 would be nice. > > > >Could you also install the libssl0.9.8-dbg package? You'll get > >debug symbols then. > > > > I'm not a real pro with the debugger. After installing the `dbg' > package, is > this all that's needed?:
gdb should look load the debug symbols from /usr/lib/debug/usr/lib/libcrypto.so.0.9.8 automaticly, there is no need to add the symbol files in gdb. > Modifying the Makefile to link ntpd using libcrypto in > /usr/lib/debug/usr/lib There is also no need for that, and it won't work, because it only contains the debug symbols. The library in /usr/lib/ tells that it's debug symbols have been removed and placed in the file in /usr/lib/debug/usr/lib/, and gdb should automaticly pick this up. Kurt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org