Eric Dorland wrote:

Since it works fine for me, the ldd output of firefox-bin shows the
linkage and the package has the dependency, I think the problem is
local to your system. What's in your /etc/ld.so.conf file?
I found a way to fix this problem on my system,
here is a small patch to fix it :
--- /usr/lib/mozilla-firefox/firefox.old 2005-08-08 21:01:01.000000000 +0200
+++ /usr/lib/mozilla-firefox/firefox     2005-08-08 21:03:08.000000000 +0200
@@ -93,7 +93,7 @@
##
## Set LD_LIBRARY_PATH
##
-EXTENT_LD_LIB_PATH=/usr/lib/mozilla-firefox:/usr/lib/mozilla-firefox/plugins:/usr/lib/mozilla/plugins:/usr/lib
+EXTENT_LD_LIB_PATH=/usr/X11R6/lib:/usr/lib/mozilla-firefox:/usr/lib/mozilla-firefox/plugins:/usr/lib/mozilla/plugins:/usr/lib
if [ "${LD_LIBRARY_PATH}" ]; then
    LD_LIBRARY_PATH=${EXTENT_LD_LIB_PATH}:${LD_LIBRARY_PATH}
else

Best Regards.
Julien Lemoine



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

Reply via email to