From owner-freebsd-questions@FreeBSD.ORG Sun Sep 26 13:00: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 0CE1A16A4D0 for ; Sun, 26 Sep 2004 13:00:47 +0000 (GMT) Received: from brian.firebadger.net (82-69-4-157.dsl.in-addr.zen.co.uk [82.69.4.157]) by mx1.FreeBSD.org (Postfix) with SMTP id 0325643D1F for ; Sun, 26 Sep 2004 13:00:46 +0000 (GMT) (envelope-from richard@firebadger.net) Received: (qmail 43601 invoked from network); 26 Sep 2004 14:00:53 -0000 Received: from unknown (HELO ?192.168.1.10?) (192.168.1.10) by 192.168.1.15 with SMTP; 26 Sep 2004 14:00:53 -0000 Date: Sun, 26 Sep 2004 14:00:38 +0100 From: Richard Collyer To: freebsd-questions@freebsd.org Message-Id: <20040926133332.A156.RICHARD@firebadger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.10 [en] (beta4) Subject: PHP Install Options Problem 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: Sun, 26 Sep 2004 13:00:47 -0000 Hi All, I'm running FBSD 4.10 and recently had some problems with php. So i decided to de-install it and start again to see if that would help. Basically functions started to fail in "Fatal Errors" after upgrading to a newer version. Now when installing the package (from ports) it does not give any options to select what i want to install (i.e. no window saying mysql, xml support etc.). Is I think this is the root of the problem and php must not be installing the requred modules to handle the pages I am asking it to serve. PHP installs fine and the test page ( echo php_info(); ) works fine however alot of functons dont work such as preg_match() and mysql_connect() i get Fatal Error: etc... if these are called. Is thier a way to force the install to bring up these options or is thier a file where the values are installed that i could edit? when doing make it says: ===> Found saved configuration for mod_php4-4.3.8_2,1 Is thier a way to locate and delete this file. Atm using: cd /usr/ports/www/mod_php4/ make clean make make install make clean I have googled and searched the archive and nothing (as of yet) has turned up to be of much help. Found this: http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-July/053077.html and followed what it said however when doing "make config" i only get 3 options Apache2, Debug and IPV4. Cheers in advance Richard -- Richard Collyer