From owner-freebsd-questions@FreeBSD.ORG Thu Aug 19 16:03:15 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 D868916A4CE for ; Thu, 19 Aug 2004 16:03:15 +0000 (GMT) Received: from redtick.homeunix.com (adsl-68-89-249-225.dsl.okcyok.swbell.net [68.89.249.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE6D43D1F for ; Thu, 19 Aug 2004 16:03:15 +0000 (GMT) (envelope-from boxend@redtick.homeunix.com) Received: from redtick.homeunix.com (localhost.homeunix.com [127.0.0.1]) i7JG1ZHi031018 for ; Thu, 19 Aug 2004 11:01:37 -0500 (CDT) (envelope-from boxend@redtick.homeunix.com) Received: (from boxend@localhost) by redtick.homeunix.com (8.12.10/8.12.10/Submit) id i7JG1Z4N031017 for freebsd-questions@freebsd.org; Thu, 19 Aug 2004 11:01:35 -0500 (CDT) (envelope-from boxend) Date: Thu, 19 Aug 2004 11:01:35 -0500 (CDT) From: Mark Message-Id: <200408191601.i7JG1Z4N031017@redtick.homeunix.com> To: freebsd-questions@freebsd.org Subject: 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: Thu, 19 Aug 2004 16:03:16 -0000 after a portupgrade I have lost mysql support with php4. I have pkg_deinstalled did a make--with-mysql=/usr/local/bin/mysql and pkg_reinstall but no support. Then portupgrade -m --with-mysql=/usr/local/bin/mysql php4. Then pkg_delete did make --with-mysql=/usr/local/bin/mysql then make install still no support. Mysql is there and working, logins work from command line and data is there. But from apache php is working but with no mysql support, phpinfo shows no mysql module loaded. A whereis gave me the /usr/local/bin/mysql, What would be the proper way to add support with php4 already installed??