Hi, could you confirm that it's still issue with 5.3.3-7? If it is then please provide output of:
ldd /usr/lib/php5/20090626/pdo_mysql.so I suspect this was issue with some local libraries on your system (installed under /usr/local/). Ondrej On Sun, Aug 22, 2010 at 21:33, AR <[email protected]> wrote: > Package: php5 > Version: 5.3.2-2 > Severity: important > > > After updating php i get: > Unable to load dynamic library '/usr/lib/php5/20090626/pdo_mysql.so' - > /usr/lib/php5/20090626/pdo_mysql.so: undefined symbol: > php_pdo_register_driver in Unknown on line 0 > > Drupal couldn't initialize a database connection. > Solution for this has been to change > extension_dir to "/usr/lib/php5/20090626" > instead of "./" > in /etc/php5/apache2/php.ini and > /etc/php5/cli/php.ini. > > But I still receive Cron Mails: > Subject: > Cron <root@xlrs> [ -x /usr/lib/php5/maxlifetime ] && [ -d > /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin > +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm > > Body: > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/lib/php5/20090626/pdo_mysql.so' - > /usr/lib/php5/20090626/pdo_mysql.so: undefined symbol: > php_pdo_register_driver in Unknown on line 0 > > Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and > greater in Unknown on line 0 > > Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and > greater in Unknown on line 0 > > > > > -- System Information: > Debian Release: squeeze/sid > APT prefers testing > APT policy: (500, 'testing') > Architecture: amd64 (x86_64) > > Kernel: Linux 2.6.33.2-vs2.3.0.36.30.4-netcup (SMP w/16 CPU cores) > Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > > Versions of packages php5 depends on: > ii libapache2-mod-php5 5.3.2-2 server-side, HTML-embedded > scripti > ii php5-common 5.3.2-2 Common files for packages built > fr > > php5 recommends no packages. > > php5 suggests no packages. > > -- no debconf information > > > > _______________________________________________ > pkg-php-maint mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint > -- Ondřej Surý <[email protected]> http://blog.rfc1925.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

