I have successfull configured and compiled php-4.2.3 from sources. That is my config.nice: #! /bin/sh # # Created by configure
'./configure' \ '--with-pgsql=/usr/local/pgsql' \ '--with-zlib' \ '--with-layout=GNU' \ '--with-ssl' \ '--with-dom=/usr/local/lib' \ '--without-mysql' \ '--with-xslt-sablot' \ '--enable-xslt' \ '--with-iconv=/usr/local/lib/' \ '--with-curl=../curl-7.9.7/' \ '--with-apxs=/usr/sbin/apxs' \ '--enable-calendar' \ '--with-gettext=/bin' \ '--with-java=/usr/local/jdk1.3.1_04' \ '--with-ming=/usr/lib' \ '--with-gd' \ '--enable-gd-native-ttf' \ '--with-png-dir=/usr' \ '--with-jpeg-dir=/usr' \ '--with-freetype-dir=/usr/local' \ "$@" But when ran apache with just compiled module i read this messgae: Starting httpd: Syntax error on line 261 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: IS_SLASH_P [ FAILED ] Help me with this. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php