Webalizer - error while loading shared libraries

Apache, Lighttpd, nginx, Cherokee
Post Reply
burgi
Posts: 74
Joined: 2003-03-14 21:19
 

Webalizer - error while loading shared libraries

Post by burgi »

Hallo

Ich hab folgendes Problem. Wenn ich Webalizer aufrufe, um Statistiken auszuwerten bekomm ich folgende Fehlermeldung:
/usr/local/bin/webalizer: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory
Wie kann ich das beheben? Die GD-Lib ist installiert!
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Webalizer - error while loading shared libraries

Post by dodolin »

Die GD-Lib ist installiert!
Wo genau ist deine libgd.so.2?

Code: Select all

locate libgd.so.2
Siehe auch die FAQ. -> http://www.webalizer.org/faq.html, Frage 4.
burgi
Posts: 74
Joined: 2003-03-14 21:19
 

Re: Webalizer - error while loading shared libraries

Post by burgi »

dodolin wrote:Wo genau ist deine libgd.so.2?
In '/usr/local/lib' wobei das nur ein Symbolic-Link auf 'libgd.so.2.0.0' ist.
Siehe auch die FAQ. -> http://www.webalizer.org/faq.html, Frage 4.
Es ist ja nicht wärend dem Kompilieren, oder hab ich da was falsch verstanden?
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Webalizer - error while loading shared libraries

Post by dodolin »

The Webalizer expects this library to be in the standard library path (ie: /usr/lib)
Ich würde einfach mal vorschlagen, einen Link in /usr/lib anzulegen. Was passiert nun?
burgi
Posts: 74
Joined: 2003-03-14 21:19
 

Re: Webalizer - error while loading shared libraries

Post by burgi »

Vielen Dank für deinen Tip, genau das wars!
mastertec
Posts: 47
Joined: 2002-12-15 17:03
Location: *Rootserver*
 

sorrx

Post by mastertec »

sorry fürs hochholen
aber mit welchem befehl mach ich den link wohin ?
mmm nix kapier

vieleicht kann mir wer helfen , habe das gleiche Prob
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Webalizer - error while loading shared libraries

Post by dodolin »

Wenn wirklich alles so ist, wie oben, dann

Code: Select all

cd /usr/lib
ln -s /usr/local/lib/libgd.so.2
PS: man ln
mastertec
Posts: 47
Joined: 2002-12-15 17:03
Location: *Rootserver*
 

m

Post by mastertec »

Danke hat geholfen jetzt funzt es

Alex
Post Reply