On Mon, 14 May 2001, James Henstridge wrote:
> The gmodule library (a wrapper for various dynamic linker interfaces) in
> glib-2.0 is able to load libtool .la files natively. I guess it tried to
> load whatever.so.la as a last resort, and that came out in the error
> message. The problem is to do with incomplete dependency lists for the
> pango shaper modules, etc. Patching python to use RTLD_GLOBAL is a work
> around for the problem.
AFAICS it's not loading .so.la as a last resort, but as the specific file
it's looking for:
open("/usr/local/etc/pango/pango.modules", O_RDONLY) = 3
open("/usr/local/lib/pango/modules/pango-basic-x.so", O_RDONLY) = 3
open("/usr/local/lib/pango/modules/pango-basic-x.so.la", O_RDONLY) = -1
ENOENT (No such file or directory)
Cannot load module /usr/local/lib/pango/modules/pango-basic-x.so: couldn't
open libtool archive
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
I can't tell where the SEGV is happening (thanks to my stripped ld.so,
jesus) but it shouldn't be happening, either, so it's somebody's fault :-)
I wonder now if I can help somewhat with something in etc/pango, but I
think not.
Take care,
--
/\/\ Christian Reis, Senior Engineer, Async Open Source, Brazil
~\/~ http://async.com.br/~kiko/ | [+55 16] 274 4311
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk