Re: php5 and pgsql/sqlite

2012-04-05 Thread Daniel Braniss
problem solved, compiling php with: LINKTHR=on "Link thread lib (for threaded extensions)" fixed it. > On 2012-04-02 17:22, Daniel Braniss wrote: > > hi, > > whenever extensions=pgsql.so or/and extensions=slqlite3.so is added > > php exits with error (Exit 1) > > > > without those modules: > >

Re: php5 and pgsql/sqlite

2012-04-03 Thread Frank Wall
Hi, On Mon, Apr 02, 2012 at 06:22:54PM +0300, Daniel Braniss wrote: > whenever extensions=pgsql.so or/and extensions=slqlite3.so is added > php exits with error (Exit 1) > [...] > but when adding, for example extension=pgsql.so to > /usr/local/etc/php/extensions.ini > php exits with error I susp

php5 and pgsql/sqlite

2012-04-02 Thread Daniel Braniss
hi, whenever extensions=pgsql.so or/and extensions=slqlite3.so is added php exits with error (Exit 1) without those modules: % php -v PHP 5.3.10 with Suhosin-Patch (cli) (built: Apr 2 2012 14:28:23) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologi