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

2010-09-03 Thread András Csányi
On 3 September 2010 01:24, cov...@ccs.covici.com 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

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

2010-09-03 Thread covici
András Csányi sayusi.a...@gmail.com wrote: On 3 September 2010 01:24, cov...@ccs.covici.com 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

[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