Comment 6 for bug 994194

Revision history for this message
JazZ (misterj-home) wrote :

When i do 'php -i | grep extension_dir', I got:

 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/pdo_mysql.so' - /usr/lib/php5/20090626+lfs/pdo_mysql.so: undefined symbol: pdo_parse_params in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/pdo_pgsql.so' - /usr/lib/php5/20090626+lfs/pdo_pgsql.so: undefined symbol: pdo_parse_params in Unknown on line 0
extension_dir => /usr/lib/php5/20090626+lfs => /usr/lib/php5/20090626+lfs

So the directory is not exactly the same that yours. But directories returned by 'php -i', and phpinfo() are the same.

Concerning the php configuration, I know that in the past, I have followed a tutorial to improve the secutity of the server. But every thing worked and I dont think that I have changed some links (only php parameters).

But there is something more interesting when I do 'debsums -e php5-common' :
debsums: missing file /etc/php5/conf.d/pdo.ini (from php5-common package)
/etc/cron.d/php5 OK

I have reinstalled php5-common hoping to see this file created, but whitout any result. I have made also 'dpkg-reconfigure php5-common' without any result.

Others debsums worked well.