Fehler beim updaten auf 4.2.2 bei ./configure ...

Bash, Shell, PHP, Python, Perl, CGI
Post Reply
carsten_s
Posts: 20
Joined: 2002-10-15 22:30
Location: Hessen
 

Fehler beim updaten auf 4.2.2 bei ./configure ...

Post by carsten_s »

Habe alle Pakete laut Faq installiert und bekomme jetzt folgende Fehlermeldung beim ausführen von configure:

Code: Select all

configure: error: Unable to find libgd.(a|so) anywhere under /usr/local /usr
"make" wird nicht ausgeführt

Code: Select all

make: *** No targets specified and no makefile found.  Stop.
Was muß ich an dem configure befehl anpassen?

Code: Select all

./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin --libdir=/usr/share --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --with-mysql=/usr --with-gd=yes --enable-gd-native-ttf --enable-gd-imgstrttf --with-tiff-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-ldap=yes --with-zlib=yes --with-bz2 --with-gmp --with-xml --with-dom --with-ttf --with-t1lib --with-mcal=/usr --with-imap-ssl=yes --with-sablot --with-ftp --with-ndbm --with-gdbm --with-mcrypt --with-gettext --with-gd=yes --with-qtdom=/usr/lib/qt --enable-versioning --enable-yp --enable-bcmath --enable-trans-sid --enable-inline-optimization --enable-track-vars --enable-magic-quotes --enable-safe-mode --enable-sockets --enable-sysvsem --enable-sysvshm --enable-shmop --enable-calendar --enable-mbstring --enable-mbstr-enc-trans --enable-exif --enable-ftp --enable-memory-limit --enable-wddx --enable-filepro --enable-dbase --enable-ctype --disable-debug --enable-force-cgi-redirect --enable-discard-path --enable-sigchild --with-apxs=/usr/sbin/apxs
Danke euch schon mal!
andreas franke
Posts: 34
Joined: 2003-04-04 11:36
 

Re: Fehler beim updaten auf 4.2.2 bei ./configure ...

Post by andreas franke »

Sieht aus als hättest Du keine GD installiert...
Post Reply