Étrange avertissement PHP (Impossible de télécharger une bibliothèque dynamique: no-debug-non-zts-20100525)

J'ai été temporairement installé apc.enable_cli = 1 dans apc.ini, Puis lancé php -r "apc_clear_cache ();" Dans le terminal pour effacer le cache APC, Mais ce que j'ai eu:

PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php5/lib/php/extensions/no-debug-non-zts-20100525/mcrypt.so' - /opt/php5/lib/php/extensions/no-debug-non-zts-20100525/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/php5/lib/php/extensions/no-debug-non-zts-20100525/mysql.so' - /opt/php5/lib/php/extensions/no-debug-non-zts-20100525/mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/php5/lib/php/extensions/no-debug-non-zts-20100525/mysqli.so' - /opt/php5/lib/php/extensions/no-debug-non-zts-20100525/mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/php5/lib/php/extensions/no-debug-non-zts-20100525/pdo.so' - /opt/php5/lib/php/extensions/no-debug-non-zts-20100525/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/php5/lib/php/extensions/no-debug-non-zts-20100525/pdo_mysql.so' - /opt/php5/lib/php/extensions/no-debug-non-zts-20100525/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0

j'utilise PHP-FPM 5.4.3, Nginx 1.3.1 et APC 3.1.10 sur le serveur Ubuntu 12.04 (VPS). Avez-vous déjà imaginé ce que signifient ces erreurs?
Invité:

Babette

Confirmation de:

Les erreurs signifient que le fichier

/opt/php5/lib/php/extensions/no-debug-non-zts-20100525/mcrypt.so

n'existe pas et votre configuration PHP Veut le télécharger. Soit rendre le fichier existant (de nouveau?), Soit changer la configuration PHP, Au fichier non chargé. Également,

/opt/php5

n'est pas standard pour Ubuntu Endroit pour l'installation PHP, Donc vous avez fait

quelque chose

Coutume à la voiture - Je commencerais à regarder vos notes sur ce que vous avez fait là-bas.

Pour répondre aux questions, connectez-vous ou registre