Hi,
I configure to install PHP 4.0.6 with Apache 1.3.20, mySQL 3.23.39, mod_ssl 2.8.4, openssl 0.9.6 on LinuxRedHat 7.0:
./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --with-config-file-path=/usr/local/apache/conf \ --enable-versioning \ --with-mysql \ --enable-ftp \ --with-gd=/usr/lib \ --enable-bcmath \ --disable-debug \ --enable-memory-limit=yes \ --enable-track-vars
=>Errors:
configure: warning: --with-apxs=/usr/local/apache/bin/apxs: invalid host type
configure: warning: --with-config-file-path=/usr/local/apache/conf: invalid host type
configure: error: can only configure for one host and one target at a time
OR
./configure \ --with-apache=../apache_1.3.20 \ --enable-versioning \ --with-mysql \ --with-curl=/usr/local/lib --enable-ftp --with-gd=/usr/lib \ --enable-bcmath \ --disable-debug --enable-memory-limit=yes \ --enable-track-vars
=>Error:
configure: warning: --with-apache=../apache_1.3.20: invalid host type
configure: error: can only configure for one host and one target at a time
So what's problem? Can you help me? Thanks.
Note: Apache, mySQL run well