I need to install SOAP with version 5.0.4 PHP, but it is cannot be selected. I see there have been some requests for it. I would like to manually install PHP. I go into the PHP-5.0.4 directory in the buildapache directory. But when I do a refrest on phpinfo() it doesn't add the --enable-soap option.
I do the regular (copied the line from config.status with the original config and added --enable-soap):
./configure ./configure --prefix=/usr --with-xml --enable-bcmath --enable-calendar --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-gettext --with-imap --with-imap-ssl --with-kerberos --enable-magic-quotes --with-mysql=/usr --with-openssl --enable-discard-path --with-pdflib --with-pear --enable-sockets --enable-track-vars --with-ttf --with-freetype-dir=/usr --enable-gd-native-ttf --enable-versioning --enable-wddx --with-xmlrpc --with-zip --with-zlib --enable-soap
make
make install
How can I get the config to commit?
I do the regular (copied the line from config.status with the original config and added --enable-soap):
./configure ./configure --prefix=/usr --with-xml --enable-bcmath --enable-calendar --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-gettext --with-imap --with-imap-ssl --with-kerberos --enable-magic-quotes --with-mysql=/usr --with-openssl --enable-discard-path --with-pdflib --with-pear --enable-sockets --enable-track-vars --with-ttf --with-freetype-dir=/usr --enable-gd-native-ttf --enable-versioning --enable-wddx --with-xmlrpc --with-zip --with-zlib --enable-soap
make
make install
How can I get the config to commit?