[Bug 28557] Segfaults at startup
Yann
yann at pleiades.fr.eu.org
Sat Jan 28 15:43:54 UTC 2006
Public bug report changed:
https://launchpad.net/malone/bugs/28557
Comment:
No response from drip's author.
I was able to compile and launch drip by temporarly moving all .la files in /usr/lib directory.
It's was one these file which had a reference on glib-2.0.
drip seems to work fine, it still need glib-2.0 because of libavifile I think:
$ ldd /usr/local/bin/gnomedrip | grep glib
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x491a6000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x462cb000)
but it's not directly linked to glib-2.0:
$ objdump -x /usr/local/bin/gnomedrip | grep libglib
NEEDED libglib-1.2.so.0
I don't know yet how to properly solve this problem.
Where can I find some info on the purpose of .la files ?
More information about the universe-bugs
mailing list