[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

php4 compilieren



Hallo,

beim Versuch php zu compilieren kommt immer wieder die gleiche Fehlermeldung:

checking for BZip2 support... yes
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution

bzip ist aber Installiert !

folgende config für php habe ich verwendet:

./configure     --prefix=/var/www/php-fcgi-scripts/php4.4.0-fcgi \
                --enable-force-cgi-redirect \
                --enable-fastcgi \
                --with-config-file-path=/etc/php4/cgi \
                --enable-memory-limit \
                --disable-debug \
                --with-regex=php \
                --disable-rpath \
                --enable-static \
                --enable-calendar \
                --enable-track-vars \
                --enable-bcmath \
                --with-bz2 \
                --enable-ctype \
                --with-db4 \
                --with-iconv \
                --enable-exif \
                --enable-filepro \
                --enable-ftp \
                --with-gettext \
                --enable-mbstring \
                --with-pcre-regex=/usr \
                --enable-shmop \
                --enable-sockets \
                --enable-wddx \
                --disable-xml \
                --with-expat-dir=/usr \
                --with-xmlrpc \
                --enable-yp \
                --with-zlib \
                --without-pgsql \
                --with-kerberos=/usr \
                --with-openssl=/usr \
                --with-zip=/usr \
                --enable-dbx \
                --with-mime-magic=/usr/share/misc/file/magic.mime \
                --with-exec-dir=/usr/lib/php4/libexec \
                --without-mm \
                --without-sybase-ct \
                --with-layout=GNU \
                --with-mysql=shared,/usr \
                --with-zlib-dir=/usr \
                --with-gd=/usr \
                --enable-gd-native-ttf \
                --with-jpeg-dir=/usr \
                        --with-xpm-dir=/usr/X11R6 \
                        --with-png-dir=/usr \
                        --with-freetype-dir=/usr  \
                --with-imap=shared,/usr \
                        --with-imap-ssl \
                --with-ldap=shared,/usr

Kann mir einer Helfen.

Gruss Klaus





Reply to: