Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-16 Thread Darryle Steplight
Just wanted to update and say installing from source solved the problem. I spun up a new instance and used yum to instal except PHP. I now see PDO_MYSQL when I run php -m . On Sun, Feb 5, 2012 at 10:37 PM, Darryle Steplight dstepli...@gmail.com wrote: This is how I installed PHP

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Yehuda Katz
On Wed, Feb 1, 2012 at 2:18 PM, Darryle Steplight dstepli...@gmail.comwrote: They are in /usr/lib64/php/modules/ . I can see pdo_mysql.so in that folder. The configurations in /etc/php.d/ are created by YUM . So are you suggesting that I installed PHP by source instead? Sorry for the delay,

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Darryle Steplight
I have Centos 5.5. and I've installed Apache, MySql 5.5 and PHP via yum. I can install PHP from source some time today but it wil most likely be the same version I already have 5.3.9 since that is currently the stable version PHP.net is promoting. On Sun, Feb 5, 2012 at 1:58 PM, Yehuda Katz

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Angus McIntyre
Darryle Steplight wrote: I have Centos 5.5. and I've installed Apache, MySql 5.5 and PHP via yum. I can install PHP from source some time today but it wil most likely be the same version I already have 5.3.9 since that is currently the stable version PHP.net is promoting. Actually, 5.3.10 is

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Darryle Steplight
Wow, I just checked like last week,lol. But you're right it looks like 5.3.9. is old school now. That was fast,lol. On Sun, Feb 5, 2012 at 2:16 PM, Angus McIntyre an...@pobox.com wrote: Darryle Steplight wrote: I have Centos 5.5. and I've installed Apache, MySql 5.5 and PHP via yum. I can

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Yehuda Katz
On Sun, Feb 5, 2012 at 2:10 PM, Darryle Steplight dstepli...@gmail.comwrote: I have Centos 5.5. and I've installed Apache, MySql 5.5 and PHP via yum. I can install PHP from source some time today but it wil most likely be the same version I already have 5.3.9 since that is currently the

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-05 Thread Darryle Steplight
This is how I installed PHP http://www.webtatic.com/packages/php53/ . I updated earlier today so now its 5.3.10 but I still have the same error. On Sun, Feb 5, 2012 at 9:18 PM, Yehuda Katz yeh...@ymkatz.net wrote: On Sun, Feb 5, 2012 at 2:10 PM, Darryle Steplight dstepli...@gmail.com wrote: I

[users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-01 Thread Darryle Steplight
Hello Everyone, My name is Darryle. I've installed PHP 5.3.9 on my CentOs box and some numerous modules via yum. Some of those modules are PDO, PDO_MYSQL and PDO_SQLITE. However, my PHP configuration is not recognizing my PDO_MYSQL module. I can verify that these modules exists by looking in

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-01 Thread Yehuda Katz
On Wed, Feb 1, 2012 at 12:55 PM, Darryle Steplight dstepli...@gmail.comwrote: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_pdo' - /usr/lib64/php/modules/php_pdo:cannot open shared object file: No such file or directory in Unknown on line 0 PHP

Re: [users@httpd] Unable to load dynamic library '/usr/lib64/php/modules/php_pdo_mysql' - ....

2012-02-01 Thread Darryle Steplight
They are in /usr/lib64/php/modules/ . I can see pdo_mysql.so in that folder. The configurations in /etc/php.d/ are created by YUM . So are you suggesting that I installed PHP by source instead? On Wed, Feb 1, 2012 at 2:09 PM, Yehuda Katz yeh...@ymkatz.net wrote: On Wed, Feb 1, 2012 at 12:55 PM,