GD-Lib neuinstallation oder konfiguration??

Apache, Lighttpd, nginx, Cherokee
Post Reply
golyr
Posts: 13
Joined: 2003-09-14 18:23
 

GD-Lib neuinstallation oder konfiguration??

Post by golyr »

Hallo Leute, ich versuche immernoch vergebens meine GD-Lib zum laufen zu bringen.

Folgendes Problem:

GD-LIB ist "angeblich" installiert:

http://www.golyr.de/info.php

Code: Select all

GD Support  enabled  
GD Version  1.6.2 or higher  
FreeType Support  enabled  
FreeType Linkage  with freetype  
T1Lib Support  enabled  
JPG Support  enabled  
PNG Support  enabled  
WBMP Support  enabled  
aber:

Immer wenn ich die Funktion IMAGECREATEFROMJPEG ausführe kommt ein Internal-Server Error

in den Error-Logs taucht dann folgender Eintrag auf:

Code: Select all

php: relocation error: /usr/lib/php4/gd.so: undefined symbol: php_fopen_wrapper 
Sehe ich das jetzt richtig und ist die GD-Lib usw nicht richtig installiert?

Ich habe jetzt auch nochmal probiert, sie neu zu installieren:

apt-get install php4-gd

Aber mein Server schafft es nichtmal die nötigen Dateien runtertzladen, weiß der liebe Gott warum.

apt-get update

hat sich zum SChluss bei "99% [working]" aufgehängt

Wie ich GD-LIB von Hand installiere weiß ich leider nicht, also falls es nötig ist, wäre ein kurz tutorial (wenn http://www.boutell.com/gd/manual2.0.21.html#buildgd nicht sogar reicht) super!

Falls ihr andere Vorschläge habt, lasst es mich wissen!
distanzcheck
Posts: 531
Joined: 2003-01-09 08:58
Location: NRW
 

Re: GD-Lib neuinstallation oder konfiguration??

Post by distanzcheck »

habe fast das gleiche problem

Dirk
Post Reply