From owner-freebsd-questions Fri Aug 10 6: 6: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f75.law10.hotmail.com [64.4.15.75]) by hub.freebsd.org (Postfix) with ESMTP id 30F2637B403 for ; Fri, 10 Aug 2001 06:06:02 -0700 (PDT) (envelope-from ex279@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 10 Aug 2001 06:06:01 -0700 Received: from 205.228.172.82 by lw10fd.law10.hotmail.msn.com with HTTP; Fri, 10 Aug 2001 13:06:01 GMT X-Originating-IP: [205.228.172.82] From: "Todd Reed" To: vipor_1@hotmail.com Cc: freebsd-questions@freebsd.org Subject: RE: need help getting apache to work with mod_php3 Date: Fri, 10 Aug 2001 08:06:01 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Aug 2001 13:06:01.0980 (UTC) FILETIME=[34A38BC0:01C1219D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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