PHP Warning: PHP Startup: Unable to load dynamic library

I am programing APNs using php 5.4.27 and I get the following error in Host Gator´s VPS

can anyone help me fix it?

thanks

PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20100525/pdo_mysql.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/pdo_mysql.so:

Well, I did a .1 second Google search on the first part of your error message (up to before the numbers 20100525) and found hundreds of answers. A quick look at a few of them mention you are loading your DLL’s twice and just need to alter the PHP setup to not call them first. Here is one link that talks about it.

Hope it helps: http://stackoverflow.com/questions/21654157/php-warning-php-startup-unable-to-load-dynamic-library-usr-lib-php-extension

Sponsor our Newsletter | Privacy Policy | Terms of Service