> It sounds like the module itself is not being loaded by apache when you > do the apachectl start or restart.. Check your httpd.conf for the > following line. > > LoadModule php4_module /lib/apache/libphp4.so > > It should look like that, if not then add it or uncomment it and point > to the appropiate path for the SO module..
It's true that there isn't that "LoadModule" line in my httpd.conf but it should be there only if I had added the PHP4 as a DSO module, Isn't it? I added it as an standard module of Apache, that is, with the following: "./configure --activate module=src/modules/php4/libphp4.a " In addition, I have searched for the file "libphp4.so" in the whole file system and there isn't any file with that name!!!! Any idea? Thanks a lot! -- 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]