Mailinglisten-Archive |
Hallo, ich habe mir php4 aus dem Netz gezogen und mit ./configure --with-mysql --with-acpx installiert. Nun das lief auch einwandfrei durch, nur als ich dann make aufgerufen habe, kam die folgende Fehlermeldung, wobei ich denke, daß das ein Fehler von PHP ist, denn er beschwert sich über nicht vorhandene Headerdateien und nicht über irgendwelche nichtinstallierten pakete. Weiß jemand Rat, wie ich PHP 4 hier ans laufen bringe (SuSE 6.3)? <Fehlermeldung> intranet:~/php-4.0.0 # make Making all in Zend make[1]: Entering directory `/root/php-4.0.0/Zend' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/php-4.0.0/Zend' Making all in ext make[1]: Entering directory `/root/php-4.0.0/ext' Making all in db make[2]: Entering directory `/root/php-4.0.0/ext/db' make[3]: Entering directory `/root/php-4.0.0/ext/db' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/root/php-4.0.0/ext/db' make[2]: Leaving directory `/root/php-4.0.0/ext/db' Making all in gd make[2]: Entering directory `/root/php-4.0.0/ext/gd' make[3]: Entering directory `/root/php-4.0.0/ext/gd' gcc -DHAVE_CONFIG_H -I. -I/root/php-4.0.0/ext/gd -I/root/php-4.0.0 -I/root/php-4.0.0/Zend -I/root/php-4.0.0 -I/root/php- 4.0.0/ext/mysql/libmysql -I/root/php-4.0.0/ext/xml/expat/xmltok -I/root/php-4.0.0/ext/xml/expat/xmlparse -DXML_BYTE_ORD ER=12 -g -O2 -Wall -c gd.c && touch gd.lo In file included from gd.c:32: php_gd.h:50: gd.h: No such file or directory gd.c:49: gd.h: No such file or directory gd.c:50: gdfontt.h: No such file or directory gd.c:51: gdfonts.h: No such file or directory gd.c:52: gdfontmb.h: No such file or directory gd.c:53: gdfontl.h: No such file or directory gd.c:54: gdfontg.h: No such file or directory make[3]: *** [gd.lo] Error 1 make[3]: Leaving directory `/root/php-4.0.0/ext/gd' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/php-4.0.0/ext/gd' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/php-4.0.0/ext' make: *** [all-recursive] Error 1 intranet:~/php-4.0.0 # </Fehlermeldung> Gruß Seb
php::bar PHP Wiki - Listenarchive