reassign 399248 php5 merge 399248 398367 thanks Le samedi 18 novembre 2006 à 14:57 -0500, Francois Marier a écrit : > Package: rkhunter > Version: 1.2.9-2 > Severity: normal > > The daily rkhunter cronjob returns an error on my machine: > > /etc/cron.daily/rkhunter: > PHP Warning: Module 'PDO' already loaded in Unknown on line 0 > > If I run rkhunter -c directly, I get the following error: > > Application advisories > * Application scan > Checking Apache2 modules ... [ OK ] > Checking Apache configuration ... [ OK ] > > * Application version scan > - Exim MTA 4.63 [ Unknown ] > - GnuPG 1.4.5 [ OK ] > - OpenSSL 0.9.8c [ Unknown ] > PHP Warning: Module 'PDO' already loaded in Unknown on line 0
This is a bug in php5 already reported as #398367. > And if there is a way to hide this error message easily until it's fixed, > I would also love to hear about it :) As proposes in the original bug report, an easy fix is to comment out the line 'extension=pdo.so' in /etc/php5/conf.d/pdo.ini. Cheers, Julien