Hi... On our system, the dlopen's mode flag "RTLD_LAZY" is not supported ( ignored ). After updating from mozilla.org head branch, mozilla wants to load: libdocshell.so and then libgklayout.so.
The libdocshell.so uses symbols from libgklayout.so and the dlopen( libdocshell.so, RTLD_LAZY ) fails with "unknown sysmbols". 1) Is there a way to change the order in which the components are loaded ( load libgklayout earlier ). 2) Does anybody know if the order is the same ( first load libdocshell.so and then libgklayout.so ) on the linux platform ? Is RTLD_LAZY supported on linux? Thanks.
