Hi... When I moved from 1.0 to 1.3 ( and head branch mozilla ), I noticed that all the dlopen() calls for loading the shared objects from within the "components" directory are now made with: dlopen( "./components/libsomething.so", ... ) as opposed to 1.0 which were made with the full path: dlopen( "/home/someuser/cvs/mozilla.org/1.0/mozilla/dist/bin/componenets/libsomethin g.so", ... ).
Is this the correct behaviour? As a result we have to do: cd /home/someuser/cvs/mozilla.org/1.0/mozilla/dist/bin ./mozilla We cannot run /home/someuser/cvs/mozilla.org/1.0/mozilla/dist/bin/mozilla from anyplace. Is there something I can do ( an option to the configure script etc ) that will make mozilla be run from anywhere? What I'm missing? Thanks, Adrian PS: I posted this also in the nspr group ( sorry!), but I think it belongs here.
