[TYPO3-50-general] Flow3 on OS X 10.5.6 with Macports

Martin Klepsch martinklepsch at googlemail.com
Mon Feb 23 20:30:44 CET 2009


Hi Karsten,i don't know why but now i dont get these PDO errors anymore.
the phpinfo(); shows exactly what yours show.

for others:
i deactivated / activated the php5-devel port, i dont know wether that makes
a difference but now its working for me.

regards,
martin


On Sun, Feb 22, 2009 at 11:26 PM, Karsten Dambekalns <karsten at typo3.org>wrote:

> Hi.
>
> On 22.02.2009 17:14 Uhr, Martin Klepsch wrote:
> > i have a working php5-devel macports installation, installed like karsten
> > posted in the comments of the tutorial.
> > ( port install php5-devel +apache2+macosx+mysql5+pear+postgresql83+sqlite
> )
>
> Do you have the sqlite3 port installed? It could be php5 build process
> disabled something that was not available.
>
> > so i looked into my php.ini, but there is everything right:
> > extension=php_pdo.dll
> > ;[...everything between is disabled]
> > extension=php_pdo_sqlite.dll
>
> Well, the DLLs are Windows only. The *right way to check of an extension
> is loaded in PHP is to call phpinfo() in a browser. Search for PDO and
> check everything is loaded. For me it shows:
>
> PDO
> PDO support     enabled
> PDO drivers     sqlite2, sqlite, pgsql, mysql
>
> pdo_mysql
> PDO Driver for MySQL    enabled
> Client API version      5.0.75
>
> pdo_pgsql
> PDO Driver for PostgreSQL       enabled
> PostgreSQL(libpq) Version       8.3.5
> Module version  1.0.2
> Revision        $Id: pdo_pgsql.c,v 1.7.2.11.2.1.2.3 2008/12/31 11:15:41
> sebastian Exp $
>
> pdo_sqlite
> PDO Driver for SQLite 3.x       enabled
> SQLite Library  3.6.10
>
>
> Regards,
> Karsten
> _______________________________________________
> TYPO3-project-5_0-general mailing list
> TYPO3-project-5_0-general at lists.netfielders.de
>
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-5_0-general
>


More information about the TYPO3-project-5_0-general mailing list