PHP: Unable to load dynamic library suhosin.so in Debian sid
When you install php5 in Debian sid, you'll get following warning after updating. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/ suhosin.so' - /usr/lib/php5/20100525/ suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0 And you will get a punch of annoying system mail. Orz After searching on google, I got the answer from Debian bug mailing list. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668739 The problem is the suhosin was obsoleted in Debian sid and it will be remove after system upgrading. But its configuration still exist in /etc/php5/conf.d. shawn:/usr/lib/php5$ dpkg --list | grep php5 | more ii libapache2-mod-php5 5.4.4-14 amd64 server-side, HTML-embedded scripting language (Apache 2 module) ii php5 ...