I'm having a weird problem trying to build php4.1.2 on redhat6. I am configuring with xml, xmlrpc and xslt:
./configure \ --with-config-file-path=/etc/httpd/conf --enable-rule=EAPI \ --with-xmlrpc --enable-xslt --with-xslt-sablot \ --enable-memory-limit --prefix=/usr/local/php --disable-debug \ --with-apxs=/usr/sbin/apxs \ --with-sybase-ct=/opt/sybase-11.9.2 --with-mysql=/usr/local/mysql \ --enable-wddx --enable-sysvshm --enable-sigchild \ --with-gd=/usr/ --with-xpm-dir=/usr/X11R6/ --with-png-dir=/usr/ \ --with-jpeg-dir=/usr/lib --with-zlib-dir=/usr/lib \ --without-openssl --enable-gd-imgstrttf --with-ttf \ --with-tiff-dir=/usr/lib --with-ldap=/usr/lib --with-imap=/usr/lib However, when I write scripts, none of the xmlrpc or xslt calls are defined, and when I look closely at the build process, neither xslt or xmlrpc are mentioned (ie there is no "checking for Sablotron" message). When I run phpinfo(), the configure command doesn't even show the xmlrpc/xslt options! What could be going on here? NT Cheung Executive Manager (Health Informatics) Hospital Authority