From owner-freebsd-questions@FreeBSD.ORG Fri Aug 12 13:17:02 2011 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 094061065673 for ; Fri, 12 Aug 2011 13:17:02 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id BB5C78FC14 for ; Fri, 12 Aug 2011 13:17:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qrrbf-0005yH-Mq for freebsd-questions@freebsd.org; Fri, 12 Aug 2011 15:16:59 +0200 Received: from pool-173-79-85-36.washdc.fios.verizon.net ([173.79.85.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Aug 2011 15:16:59 +0200 Received: from nightrecon by pool-173-79-85-36.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Aug 2011 15:16:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Fri, 12 Aug 2011 09:21:32 -0400 Lines: 12 Message-ID: References: <4E4511D0.3090604@nagual.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-85-36.washdc.fios.verizon.net Subject: Re: pdo_mysql.so X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 13:17:02 -0000 Dick Hoogendijk wrote: > I need pdo_mysql.so for Drupal7 to work correctly, but I only see pdo.so > and pdo_sqlite.so in the php5 extension directory. So, I checked the > 'make config' to see if I forgot something. But the option to build > pdo_mysql is not there. How do I get this pdo_mysql.so file? Use the /usr/ports/databases/php5-pdo_mysql port. -Mike