From owner-freebsd-questions@FreeBSD.ORG Thu Jun 10 05:55:46 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 07074106564A for ; Thu, 10 Jun 2010 05:55:46 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7342D8FC1A for ; Thu, 10 Jun 2010 05:55:45 +0000 (UTC) Received: from server.idefix.lan (ppp-88-217-54-73.dynamic.mnet-online.de [88.217.54.73]) (authenticated bits=0) by anny.lostinspace.de (8.14.3/8.14.3) with ESMTP id o5A5tclk085241 for ; Thu, 10 Jun 2010 07:55:42 +0200 (CEST) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [127.0.0.1]) by server.idefix.lan (Postfix) with ESMTP id 2ADAA7BCB for ; Thu, 10 Jun 2010 07:55:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.idefix.lan Received: from server.idefix.lan ([127.0.0.1]) by server.idefix.lan (server.idefix.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0FUYIIrphxXq for ; Thu, 10 Jun 2010 07:55:19 +0200 (CEST) Received: from matthias-fechners-macbook.local (tmo-100-229.customers.d1-online.com [80.187.100.229]) by server.idefix.lan (Postfix) with ESMTPA id AB80C7BAD for ; Thu, 10 Jun 2010 07:55:18 +0200 (CEST) Message-ID: <4C107E10.1040808@fechner.net> Date: Thu, 10 Jun 2010 07:54:24 +0200 From: Matthias Fechner User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4C0FAA47.40608@fechner.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.5 (anny.lostinspace.de [80.190.182.2]); Thu, 10 Jun 2010 07:55:42 +0200 (CEST) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on anny.lostinspace.de Subject: Re: davical upgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2010 05:55:46 -0000 Hi, Am 10.06.10 07:12, schrieb n dhert: > I have not php5-pdo_pgsql-5.3.2_1 on mystem since this is for PHP5 > version 3.x, not for PHP5 version 2.x, which is the version of PHP I > use on my system... Two months ago PHP5-3.2 was automatically > installed as part of my daily portupgrades, but users on my > (multiuser) system immediatly had a myriad of error messages, since > they have applications that use PHP 5.2 instead of 5.3... I was forced > to revert to PHP 5.2 > But I do have on my system: > # pkg_info | grep pdo_ > php52-pdo_mysql-5.2.13_2 The pdo_mysql shared extension for php > php52-pdo_pgsql-5.2.13_2 The pdo_pgsql shared extension for php > php52-pdo_sqlite-5.2.13_2 The pdo_sqlite shared extension for php > How to make Davical use these? please always reply to the mailing list and not privat to me, you can also use the list reply button from thunderbird. I have installed the following packages: php5-pdo-5.3.2_1 The pdo shared extension for php php5-pdo_pgsql-5.3.2_1 The pdo_pgsql shared extension for php php5-pdo_sqlite-5.3.2_1 The pdo_sqlite shared extension for php It was running with php5.2 before here, so the version is not a problem. If the lib is not found check your php configuration (extensions.conf) you can also use phpinfo to see if it is loaded, i you do not know I'm talking about, use google to learn a little bit about php. :) And please no ToFu. Bye, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook