Re: [gentoo-user] emerging php with pdo and sqlite3 does not get the driver

2010-09-03 Thread covici
András Csányi wrote: > On 3 September 2010 01:24, wrote: > > Hi.  I am trying to get the driver for pdo-sqlite in my php emerge.  I > > have the use flags for sqlite3 and pdo, but when I do php --info the > > sqlite pdo driver is not there and this seems to be verified by doing > > PDO::get_ava

Re: [gentoo-user] emerging php with pdo and sqlite3 does not get the driver

2010-09-02 Thread András Csányi
On 3 September 2010 01:24, wrote: > Hi.  I am trying to get the driver for pdo-sqlite in my php emerge.  I > have the use flags for sqlite3 and pdo, but when I do php --info the > sqlite pdo driver is not there and this seems to be verified by doing > PDO::get_available_drivers which does not lis

[gentoo-user] emerging php with pdo and sqlite3 does not get the driver

2010-09-02 Thread covici
Hi. I am trying to get the driver for pdo-sqlite in my php emerge. I have the use flags for sqlite3 and pdo, but when I do php --info the sqlite pdo driver is not there and this seems to be verified by doing PDO::get_available_drivers which does not list it. Any ideas on how to get this to work?