Package: php5-suhosin Version: 0.9.32.1-1 After removing php5-suhosin but not purging, cron generates an error message twice per hour because of a warning at PHP startup:
| Subject: Cron <root@elie> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete | Content-Type: text/plain; charset=ANSI_X3.4-1968 | X-Cron-Env: <SHELL=/bin/sh> | X-Cron-Env: <HOME=/root> | X-Cron-Env: <PATH=/usr/bin:/bin> | X-Cron-Env: <LOGNAME=root> | Date: Mon, 31 Oct 2011 14:09:02 -0500 | | PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/220100525/suhosin.so' - /usr/lib/php5/220100525/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0 As for fixes: I am not an expert about these things, but maybe that means /etc/php5/conf.d/suhosin.ini should protect against the package's removal somehow. Perhaps it is possible to separate the suhosin configuration in that file (which belongs in /etc) from the "extension=suhosin.so" line (which could go in /usr somewhere, I guess). Well, as you can see, I'm not so knowledgeable about the PHP extensions mechanism. :) Anyway, thought you might like to know. Thanks for your hard work, Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org