Sridhar M.A. wrote:
On Tue, Dec 05, 2006 at 08:10:43AM -0600, Hugo Vanwoerkom wrote:
> > I know a workaround: install Firefox 2.o from:
   > http://www.mozilla.com/en-US/firefox/
   > and your problems will be over.
> Beat you to that ;-) Had tried that already. But, it does not even
run. Running a ldd on the executable lists a couple of mising libraries.
But they are installed. Here is my session :

$ ./firefox
./run-mozilla.sh: line 131:  2921 Segmentation fault      "$prog"
${1+"$@"}

$ ldd firefox-bin | grep found
./firefox-bin: /usr/lib/libnss3.so: version `NSS_3.11.1' not found (required by 
./firefox-bin)
        libmozjs.so => not found
        libxpcom.so => not found
        libxpcom_core.so => not found
        libsmime3.so => not found
        libssl3.so => not found
        libsoftokn3.so => not found
        libxpcom_compat.so => not found

$ locate libmozjs.so
/usr/lib/firefox/libmozjs.so
/usr/lib/libmozjs.so.0d
/usr/lib/xulrunner/libmozjs.so
$ locate libxpcom.so
/usr/lib/firefox/libxpcom.so
/usr/lib/libxpcom.so.0d
/usr/lib/xulrunner/libxpcom.so
$ locate libssl3.so
/usr/lib/firefox/libssl3.so
/usr/lib/libssl3.so
/usr/lib/libssl3.so.0d
...

Any other ideas are welcome.

Regards,


Dumb question perhaps, but did you try running ldconfig? That is what is usually the prob if "they are there" and also "not found".

Hugo







--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to