>> Akira TAGOH <[EMAIL PROTECTED]> writes: > this RTLD_GLOBAL issue isn't related libpng3 because gtk+2.0 loads > the image loader module without RTLD_GLOBAL. If I'm wrong, please > let me know.
The use of RTLD_GLOBAL is not something that the glib client requests or decides. This is hardcoded in glib. You have to patch glib to stop it from using RTLD_GLOBAL. The change will automagically propagate down afterwards. -- Marcelo | Too many people want to *have written*. [EMAIL PROTECTED] | -- (Terry Pratchett, alt.fan.pratchett)

