I am trying to get the latest Apache and PHP4 working on my cobalt RaQ3i. I am configuring with the following: ./configure \ --prefix=/usr/src/apache/ \ --activate-module=src/modules/php4/libphp4.a \ --enable-module=all \ --enable-shared-max This configures OK and runs through the make fine, everything seems to go in to the apache build as it should, I run a make install which install my new apache binary to /usr/local/apache/. In order to test the binary I have created symbolic links to the HTTPD.conf and SRM.conf in the /etc/httpd/conf/ directory. Whem I do a ./httpd start I get the following message: Syntax error on line 270 of /usr/local/apache/conf/httpd.conf: Invalid command '<Perl>', perhaps mis-spelled or defined by a module not included in the server configuration What am I missing? I presumed the enable all would include everything. I tried copying the executable over the existing httpd binary but same error again. I have gone around in circles for a week now, can anyone shine some light on what I might be missing - apart from a brain... Cheers Gus _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
