[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Mozilla followup
- From: Larry Zimmerman <laz walleye gonefishing sk ca>
- To: axp-list redhat com
- Subject: Re: Mozilla followup
- Date: Sat, 30 May 1998 13:37:26 -0600
Message 2:
From axp-list-request@redhat.com Sat May 30 13:13:35 1998
Return-Path: <axp-list-request@redhat.com>
Received: from mail2.redhat.com (mail2.redhat.com [199.183.24.247])
by walleye.gonefishing.sk.ca (8.8.5/8.8.5) with SMTP id NAA31589
for <laz@walleye.gonefishing.sk.ca>; Sat, 30 May 1998 13:13:33 -0600
Received: (qmail 18465 invoked by uid 501); 30 May 1998 19:12:39 -0000
Resent-Date: 30 May 1998 19:12:39 -0000
Resent-Cc: recipient list not shown: ;
MBOX-Line: From axp-list-request@redhat.com Sat May 30 15:12:39 1998
From: Jochen Kuepper <jochen@uni-duesseldorf.de>
Reply-To: jochen@uni-duesseldorf.de
To: axp-list@redhat.com, Larry Zimmerman <laz@walleye.gonefishing.sk.ca>
Subject: Re: Mozilla followup
Date: Sat, 30 May 1998 21:07:13 +0200
X-Mailer: KMail [version 0.6.5]
Content-Type: text/plain
MIME-Version: 1.0
Message-Id: <98053021123402.29707@bacchus.pc1.uni-duesseldorf.de>
Resent-Message-ID: <"JZiei3.0.KW4.de5Sr"@mail2.redhat.com>
Resent-From: axp-list@redhat.com
X-Mailing-List: <axp-list@redhat.com> archive/latest/1001
X-Loop: axp-list@redhat.com
Precedence: list
Resent-Sender: axp-list-request@redhat.com
X-URL: http://www.redhat.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by walleye.gonefishing.sk.ca id NAA31589
Status: R
On Sat, 30 May 1998 Larry Zimmerman wrote:
>Jochen Kuepper <jochen@uni-duesseldorf.de> wrote:
>> On Sat, 30 May 1998 Larry Zimmerman wrote:
>
>> >You have to edit /etc/ld.so.conf to point to the mozilla shared
>> >libraries that came with the executable, and run ldconfig.
>
>> NO!
>> You have to set you LD_LIBRARY_PATH to include the mozilla library and bin-dirs.
>> Don't mess around with /etc/ld.so.conf.
>
>Gee , I didn't know that - I've changed /etc/ld.so.conf a few times
>to get things to work - but I'm basically the only user on this system.
>I've changed my mozilla startup script to set LD_LIBRARY_PATH for
>mozilla if it's not already set. If you have time Jochen, could you
>check it and see if it's okay. I added this:
>mp=`expr "$LD_LIBRARY_PATH" : ".*\(/usr/local/lib/mozilla\).*"`
>if [ "$mp" = "" ]
>then
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/mozilla
>fi
Jochen Kuepper <jochen@uni-duesseldorf.de> wrote:
>I changed it a bit (well, first, mozilla is at a different place ..
> You nedd to add mozillas bin-dir to LD_LIBRARY path
> if you use the lsl-directory structure.
I copied all the files from bin and lib to /usr/local/lib/mozilla.
None of the files in "lib" show up with "ldd".
> The mozilla lib-dirs need to be first in LD_LIBRARY_PATH if you do
[snip]
> ld.so.conf is meant to be obsolete anyhow, cause you can do the same by setting
> an environment variable (LD_LIBRARY_PATH). And you can see one of the drawbacks
> up there (jpeg). How do you manage that mozilla uses it's own libjpeg, but no
> other program uses that mozilla lib but the system libjpeg with ld.so.conf ?
Oh yeah, it's a question of searching libraries in the right order!
Thanks for pointing that out.
Larry Z.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]