[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Mozilla followup



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.
	
> Greetings,
> Jochen

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

Is the /etc/ld.so.conf meant for system libraries, and LD_LIBRARY_PATH
meant for "user"/"application" libraries?

Larry Z.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []