hello there, I'am trying to install apache 2.0.39 whith php 4.2.1 on a linux redhat system by using the source files.
have done the cmd for apache: $ ./configure --enable-so this went well. now i tried to do php with the command: $ ./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/loacal/apache2/bin/apxs --with-config-file-path=/usr/loacal/apache2/php --with-mysql=/usr/local/mysql done many things but always get the following error when i did the make and make install cmd..: error= php_functions.c:93:27: missing binary operator before '!' make[3]: *** [php_functions.lo] Error 1 make[3]: Leaving directory `/root/php-4.2.1/sapi/apache2filter' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/php-4.2.1/sapi/apache2filter' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/php-4.2.1/sapi' make: *** [all-recursive] Error 1 This should also be the prob that there still is no php module in my apache2 folder... Help me out i'am a nOOb. thanks, aZzKikr -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php