Date: Fri, 10 Aug 2001 08:06:01 -0500 From: "Todd Reed" <ex279@hotmail.com> To: vipor_1@hotmail.com Cc: freebsd-questions@freebsd.org Subject: RE: need help getting apache to work with mod_php3 Message-ID: <F75nHM3SOlbpH71yEXU00000b00@hotmail.com>
next in thread | raw e-mail | index | archive | help
You need to configure and install PHP first. Then when you compile your Apache Server make sure you: ./configure -- activate-module=/src/modules/php3 --enable-module=php3 make make install When compiling PHP, be sure to: ./configure --with-mysql=/pathtomysql --with-xml \ --with-apache=/pathtoapache --enable-track-vars make make install That's how I've done it. ---Original Message----- I have installed on freebsd.4.3 apache & mysql &, mod_php3 my step's i cd /usr/ports/www/apache13 then did a make , followed by a make install tested ok. I did the same for mysql and mod_php3 and when i tried to test out the php3 it does not work. is there something I need to do more to get mod_php3 to work with apache thanks.. Mike.. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F75nHM3SOlbpH71yEXU00000b00>