On Tuesday 25 December 2001 01:37 pm, you wrote: > I try > rm config.cache > make clean > I do it again > the ./configure > make > make install > and once again, I search in > /usr/lib/apache/ > and only see libperl.so > not php4.so (libphp4.so) > If I add that line to the httpd.conf will it know what to do?
No, I think you actualy have to have the file /usr/lib/apache/libphp4.so > I even tried locate libphp4 and only get .a type files > > should I redo with another php source? > I really don't know. Are you giving ./configure some options? ./configure --with-mysql --with-apxs=/usr/sbin/apxs --enable-ftp --with-openssl=/usr/local/ssl/ Are you positive you are not getting compile errors? Does "make" and "make install complete with no errors? Gerald _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
