Hi After spending the past little while fighting with getting it to install under Apache2, I can't for the life of me get it to actually load.
I'm installing it using FreeBSD Ports ... Apache2's port, the only change I've made, is to add -lc_r to get rid of an error dealing with pthread's that PHP4 throws up ... once I get Apache2 fixed for that, it starts, but, as shown below, its not being loaded: [Wed Jan 02 19:46:36 2002] [notice] Apache/2.0.28 (Unix) mod_ssl/3.0a0 OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations Under the mod_php4 port, I changed --with-apxs to --with-apxs2 and go rid of the --with-system-regex flag ... compile appears clean ... In my httpd.conf file, I have everything defined/enabled taht I'm aware of: LoadModule php4_module libexec/apache/libphp4.so AddType application/x-httpd-php .php .php3 And DSO support is enabled: Compiled in modules: core.c prefork.c http_core.c mod_so.c So I'm figuring that I'm missing something totally obvious here? :( Thanks ... -- 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]