|
 |
On Mon, 04 Feb 2002 01:31:30 +0200, Peter Popov wrote:
> I can't get mozilla to run. I think I have everything I need, from
> what I could gather from strace's output (more precisely, from this:
> strace mozilla 2> err ; grep open err), but it keeps saying "error
> while loading shared libraries: cannot open shared object file: cannot
> load shared object file: No such file or directory." Any help?
Try running ldconfig, also see if the libraries that it's talking
about are in /etc/ld.so.config, and see if the directories of
those files are in your LD_LIBRARY_PATH, just type:
echo ${LD_LIBRARY_PATH}
And it'll tell you what it's got in it.
Chances are that the libraries are there, but they're not quite where
the program thinks they are.
--
sphere{z*5,1pigment{rgb.5}finish{reflection.3specular.5}}box{<-50,-3,-50>
<50,-2,50>pigment{checker/*\__\\__/ * \_\\__*/scale 2}finish{ambient.7}}
light_source/*__\\__\\__\\__\\__\( ~ )\__\\__\\__\\__\\*/{<2,5,1>*4,1}
/*\\__\\__\\__\\__\\__\\__\\__\\__\~ -/__\\__\\__\\__\\__\\*//* Steve */
Post a reply to this message
|
 |