perl segmentation fault

Tobias Gasser lfs at ebp-gasser.ch
Tue Aug 4 01:26:01 MDT 2009


Matthew Burgess schrieb:
> On Mon, 3 Aug 2009 14:25:35 -0600, Matthew Burgess <matthew at linuxfromscratch.org> wrote:
> 
>> What does 'strings /usr/lib/zlib.so | grep -i zlibVersion' output for you?
> 
> 'nm -g /usr/lib/libz.so | grep zlibVersion' is probably the more proper command to use,
> although they should both output the same thing in this particular case.
> 


nm -Dg /

without -D, no symbols will be found inside a dynamic linked lib.

with -Dg the zlibVersion exists even in the very first zlib i built...


tobias


More information about the lfs-dev mailing list