Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60470 invoked from network); 9 Sep 2011 17:19:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2011 17:19:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oracle.com from 141.146.126.227 cause and error) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 141.146.126.227 acsinet15.oracle.com Received: from [141.146.126.227] ([141.146.126.227:22693] helo=acsinet15.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/35-33036-48A4A6E4 for ; Fri, 09 Sep 2011 13:19:01 -0400 Received: from rtcsinet21.oracle.com (rtcsinet21.oracle.com [66.248.204.29]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p89HIs1C007050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Sep 2011 17:18:56 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by rtcsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p89HIrqL007342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 9 Sep 2011 17:18:54 GMT Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p89HIl7c016658 for ; Fri, 9 Sep 2011 12:18:48 -0500 Received: from [10.159.230.145] (/10.159.230.145) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 09 Sep 2011 10:18:47 -0700 Message-ID: <4E6A4A76.4010809@oracle.com> Date: Fri, 09 Sep 2011 10:18:46 -0700 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: internals@lists.php.net References: <4E6A46A3.4010205@lsces.co.uk> In-Reply-To: <4E6A46A3.4010205@lsces.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: rtcsinet21.oracle.com [66.248.204.29] X-CT-RefId: str=0001.0A020204.4E6A4A80.0135,ss=1,re=0.000,fgs=0 Subject: Re: [PHP-DEV] Running PDO tests .... From: christopher.jones@oracle.com (Christopher Jones) On 09/09/2011 10:02 AM, Lester Caine wrote: > I'm not having much luck running the pdo_firebird tests ... > > I've got as far as building with > ./configure --disable-all --with-interbase=/opt/fb25cs --enable-pdo --with-pdo-firebird=/opt/fb25cs --with-sqlite3 --with-pdo-sqlite > Having first tried JUST the pdo_firebird driver, but the test are still being skipped, because there is no driver. > > What am I missing here? > Triple-check everything from the start: - Any configure errors about unrecognized options? - Is there any configure message about firebird? - What does 'php -m' show? - are you running 'make test TESTS=pdo_firebird' ? - if not, are you using the right php binary? - does a simple script work? -- Email: christopher.jones@oracle.com Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/