From owner-freebsd-questions@FreeBSD.ORG Fri Jan 15 22:14:45 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 748D8106566B for ; Fri, 15 Jan 2010 22:14:45 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 59A208FC16 for ; Fri, 15 Jan 2010 22:14:45 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NVuRI-0005Ju-PD for freebsd-questions@freebsd.org; Fri, 15 Jan 2010 14:14:44 -0800 Message-ID: <27184350.post@talk.nabble.com> Date: Fri, 15 Jan 2010 14:14:44 -0800 (PST) From: jaymax To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jaymax36@gmail.com Subject: Problem w/ mysql extension installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 22:14:45 -0000 phpmyadmin requires the mysql extension which is apparently not included in the mysql54 ports Installing it from /usr/ports/databases/php5-mysql ==> --- --- --- In file included from /usr/local/include/php/main/../main/php_config.h:2839, from /usr/local/include/php/Zend/zend_config.h:1, from /usr/local/include/php/Zend/zend.h:53, from /usr/local/include/php/main/php.h:34, from /usr/ports/databases/php5-mysql/work/php-5.2.12/ext/mysql/php_mysql.c:32: /usr/local/include/php/ext/php_config.h:1:30: error: ext/mysql/config.h: No such file or directory *** Error code 1 1 error *** Error code 1 Stop in /usr/ports/databases/php5-mysql. Indeed /usr/local/include/php/ext/mysql/config.h is not present! Should this have been installed with the mysql installation or from a dependency? How can I correct this ? Thanks! -- View this message in context: http://old.nabble.com/Problem-w--mysql-extension-installation-tp27184350p27184350.html Sent from the freebsd-questions mailing list archive at Nabble.com.