From owner-freebsd-questions@FreeBSD.ORG Mon Oct 25 00:16:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D25A16A4CE for ; Mon, 25 Oct 2004 00:16:47 +0000 (GMT) Received: from mx0.metrocast.net (coltrane-mx.metrocast.net [65.175.128.144]) by mx1.FreeBSD.org (Postfix) with SMTP id D0D4143D31 for ; Mon, 25 Oct 2004 00:16:44 +0000 (GMT) (envelope-from list@pc-remedies.net) Received: (qmail 17378 invoked from network); 25 Oct 2004 00:16:43 -0000 Received: from d-65-175-140-4.metrocast.net (HELO tacstation) (65.175.140.4) by coltrane-mx.metrocast.net with SMTP; 25 Oct 2004 00:16:43 -0000 Message-ID: <000801c4ba27$fe1fe310$c8010a0a@tacstation> From: "Shawn" To: Date: Sun, 24 Oct 2004 20:17:20 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Help with make install for php4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 00:16:47 -0000 Hello,=20 I have just finished installing FreeBSD 4.10 i386. I srarted with the=20 kernal. After and update of ports with cvs I moved to mysql.=20 (cd /usr/ports/databases/mysql40-server) After mysql I did apache=20 (cd /usr/ports/www/apache13-modssl). After apache I went to do php4. as=20 follows=20 cd /usr/ports/lang/php4=20 make install=20 A blue screen jumped up and it asked about apache support a did not take = my=20 time and read it. I believe it may have said apache 2 support. Because = now=20 I'm getting this error when attempting to make install php4.=20 =20 checking for Apache 2.0 filter-module support via DSO through APXS... no = checking for Apache 2.0 handler-module support via DSO through APXS...=20 apxs:Error: Invalid query string `BINDIR'=20 apxs:Error: Invalid query string `MPM_NAME'=20 apxs:Error: Invalid query string `APU_BINDIR'=20 apxs:Error: Invalid query string `APR_BINDIR'=20 ./configure: /apu-config: not found=20 ./configure: /apr-config: not found=20 configure: error: You have enabled Apache 2 support while your server is = Apache 1.3. Please use the appropiate switch --with-apxs (without the = 2)=20 =3D=3D=3D> Script "configure" failed unexpectedly.=20 =20 I have tried using make install --with-apache as well as make install = --=20 with-apache1=20 If someone can point me in a direction that would be great.=20 --=20 Cheers=20 Shawn