Matthew Burgess schrieb: > On Mon, 3 Aug 2009 14:25:35 -0600, Matthew Burgess > <[email protected]> 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 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
