Re: [PHP] pdo compilation question

2008-08-19 Thread Jochem Maas
Thijs Lensselink schreef: Quoting Tim Rupp <[EMAIL PROTECTED]>: ... Thanks in advance, Tim you are loading extensions of an older PHP version. Do an ls -als on /usr/local/lib/php. you will find a directory with a higher date. That's your new extension path. Just change the location in

Re: [PHP] pdo compilation question

2008-08-19 Thread Thijs Lensselink
Quoting Tim Rupp <[EMAIL PROTECTED]>: Hi list, I hope this is the right area to ask, I'm trying to compile PDO support in 5.2.6 and am following the instructions here http://us2.php.net/manual/en/pdo.installation.php My compile line is the following ./configure --enable-force-cgi-redirect

[PHP] pdo compilation question

2008-08-18 Thread Tim Rupp
Hi list, I hope this is the right area to ask, I'm trying to compile PDO support in 5.2.6 and am following the instructions here http://us2.php.net/manual/en/pdo.installation.php My compile line is the following ./configure --enable-force-cgi-redirect \ --disable-rpath \ --wi