I'm new to Lunix and am trying to get Apache/PHP4 working. This is under Redhat 7.1. I've downloaded Apache 1.3.20 and PHP 4.0.6 source(s). I've been reading "Lunix Apache Web Server Administration" (Aulds) and "Professional PHP Programming" (Castagnetto, Rawat, Schumann, Scollo, Veliath) chap 2. Been going around in circles for a couple days with no joy. What I've attempted is roughly along these lines (typing this longhand): cd /usr/local/src tar -xvf /root/apache_1.3.20.tar tar -xvf /root/php-4.0.6.tar cd apache_1.3.20 ./configure --prefix=/usr/local/apache \ --enable-module=most \ --enable-shared=max cd ../php-4.0.6 ./configure --with-apache=../apache_1.3.20 make make install cd ../apache_1.3.20 ./configure --active-module=src/modules/php4/libphp4.a \ --prefix=/usr/local/apache \ --enable-module=most \ --enable-shared=max make make install Everything seems to go O.K but... httpd -l gives me: Compiled-in modules: http_core.c mod_so.c suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec (and I of course end up with PHP script in the browser). Date/time on httpd is what I expect. Can someone out there tell me what I'm doing wrong???? TIA Joe -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]