POV-Ray : Newsgroups : povray.unix : mozilla help : Re: mozilla help Server Time
28 Jul 2024 12:32:32 EDT (-0400)
  Re: mozilla help  
From: Mark Gordon
Date: 4 Feb 2002 08:41:55
Message: <3c5e8fa3$1@news.povray.org>
On Sun, 03 Feb 2002 19:48:02 -0500, Warp wrote:

>   Try "ldd mozilla" to see what libraries it needs. ldd will tell you
>   which
> of them can't be found.
>   If that library *is* installed in your system, you'll need to either
> copy/link it to some directory mentioned in your LD_LIBRARY_PATH or you
> have to add that directory to it.

"mozilla" is typically a shell script wrapper.  Also, ldd doesn't search
your path, so you need to do something like ldd `which mozilla-bin`

Peter: what distribution are you running, and where did you get your
mozilla from?

-Mark Gordon


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.