Hi Leute,
ich versuche gerade PHP mit GD zu compilieren aber irgendwie klappt es nicht so wie ich will. Folgende Fehlermeldung bekomme ich:
und so sieht php_configure.sh aus:
Hat jemand eine Idee woran es liegen könnte?
Gruß und Danke für jede Hilfe!!
ich versuche gerade PHP mit GD zu compilieren aber irgendwie klappt es nicht so wie ich will. Folgende Fehlermeldung bekomme ich:
Code:
./php_configure.sh: line 31: --with-gd=/usr/lib/gd-2.0.33: No such file or directory
und so sieht php_configure.sh aus:
Code:
#!/bin/sh
cd php
./configure \
'--prefix=/opt/php5' \
'--datadir=/opt/php5/share' \
'--mandir=/opt/php5/man' \
'--bindir=/opt/php5/bin' \
'--libdir=/opt/php5/share' \
'--includedir=/opt/php5/include' \
'--sysconfdir=/etc' \
'--with-_lib=lib64' \
'--with-config-file-path=/etc' \
'--with-exec-dir=/opt/php5/libexec' \
'--disable-debug' \
'--enable-inline-optimization' \
'--enable-memory-limit' \
'--enable-magic-quotes' \
'--disable-safe-mode' \
'--enable-sigchild' \
'--disable-ctype' \
'--enable-session' \
'--enable-cli' \
'--without-pear' \
'--without-openssl' \
'--enable-force-cgi-redirect' \
'--enable-discard-path' \
'--with-oci8=/home/oracle/client' \
'--with-zlib' \
'--with-jpeg-dir=/usr' /
'--with-gd=/usr/lib/gd-2.0.33' \
'--with-mysql=/opt/mysql' \
'--with-mysql-sock=/var/lib/mysql/mysql.sock' \
'--with-apxs2=/usr/sbin/apxs2-prefork'
Hat jemand eine Idee woran es liegen könnte?
Gruß und Danke für jede Hilfe!!