Apache2, mod_python and nss_ldap: Coredump...

David Adam zanchey at ucc.gu.uwa.edu.au
Thu Nov 10 05:28:16 PST 2005


I can't help with most of your problem, but...

On Thu, 10 Nov 2005, Johan Ström wrote:
> Is there any way to check if a lib is strip'd/got debug symbols or not?

file(1) will tell you.

/usr/obj/usr/src/lib/libmagic/compress.o: ELF 32-bit LSB relocatable,
Intel 80386, version 1 (FreeBSD), not stripped

strip(1) the file, and it becomes...

/usr/obj/usr/src/lib/libmagic/compress.o: ELF 32-bit LSB relocatable,
Intel 80386, version 1 (FreeBSD), stripped

David Adam
zanchey at ucc.gu.uwa.edu.au



More information about the freebsd-stable mailing list