From owner-freebsd-questions@FreeBSD.ORG Fri Aug 12 11:43:23 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 CAC9C106564A for ; Fri, 12 Aug 2011 11:43:23 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from smtpq1.gn.mail.iss.as9143.net (smtpq1.gn.mail.iss.as9143.net [212.54.34.164]) by mx1.freebsd.org (Postfix) with ESMTP id 82E618FC14 for ; Fri, 12 Aug 2011 11:43:23 +0000 (UTC) Received: from [212.54.34.143] (helo=smtp12.gn.mail.iss.as9143.net) by smtpq1.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qrq93-0005Tt-OI for freebsd-questions@freebsd.org; Fri, 12 Aug 2011 13:43:21 +0200 Received: from 524944af.cm-4-2b.dynamic.ziggo.nl ([82.73.68.175] helo=mail.nagual.nl) by smtp12.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qrq92-0004o0-LJ for freebsd-questions@freebsd.org; Fri, 12 Aug 2011 13:43:20 +0200 Received: from [192.168.11.34] (192.168.11.34) by yanta (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 21D3D4; Fri, 12 Aug 2011 13:44:12 +0200 Message-ID: <4E4511D0.3090604@nagual.nl> Date: Fri, 12 Aug 2011 13:43:12 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AxigenSpam-Level: 4 X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Qrq92-0004o0-LJ X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=0.247, vereist 5, BAYES_00 -1.90, CM_META_TB_NOARR 0.50, FH_HOST_EQ_D_D_D_D 0.67, RDNS_DYNAMIC 0.98) X-ZiggoSMTP-MailScanner-From: dick@nagual.nl X-Spam-Status: No Subject: pdo_mysql.so 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, 12 Aug 2011 11:43:23 -0000 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?