A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4910 ====================================================================== Reported By: hudesd Assigned To: bwalton ====================================================================== Project: php5 Issue ID: 4910 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-02-27 23:23 CET Last Modified: 2012-02-28 02:34 CET ====================================================================== Summary: upgrade to 5.3.10,REV=2012.02.10 breaks installed libraries Description: After upgrade to CSWphp5 5.3.10,REV=2012.02.10 and CSWphp5-mysql 5.3.10,REV=2012.02.10, Mantis no longer can reach the database (the database is up and running just fine: I use command-line mysql client and query mysql just fine).
I am investigating to find the configuration file that got smacked. ====================================================================== ---------------------------------------------------------------------- (0009686) hudesd (reporter) - 2012-02-28 02:34 https://www.opencsw.org/mantis/view.php?id=4910#c9686 ---------------------------------------------------------------------- Yes, php5_pdo is installed. I took that as a clue that perhaps I need -that- extension enabled as well so I uncommented it in php.ini as well. Not good: HP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/./mysqli.so' - ld.so.1: httpd.p refork: fatal: /opt/csw/php5/lib/php/extensions/./mysqli.so: open failed: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/./pdo.so' - ld.so.1: httpd.pref ork: fatal: /opt/csw/php5/lib/php/extensions/./pdo.so: open failed: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/./pdo_mysql.so' - ld.so.1: http d.prefork: fatal: /opt/csw/php5/lib/php/extensions/./pdo_mysql.so: open failed: No such file or directory in Unknown on lin e 0 Interesting the contents of the directory in question: ls -l /opt/csw/php5/lib/php/extensions/ total 17 lrwxrwxrwx 1 root root 34 Jun 9 2010 ctype.so -> no-debug-non-zts-20060613/ctype.so lrwxrwxrwx 1 root root 31 Jun 9 2010 gd.so -> no-debug-non-zts-20060613/gd.so lrwxrwxrwx 1 root root 37 Jun 9 2010 mbstring.so -> no-debug-non-zts-20060613/mbstring.so lrwxrwxrwx 1 root root 35 Jun 9 2010 mcrypt.so -> no-debug-non-zts-20060613/mcrypt.so lrwxrwxrwx 1 root root 34 Jun 7 2010 mysql.so -> no-debug-non-zts-20060613/mysql.so lrwxrwxrwx 1 root root 35 Jun 9 2010 mysqli.so -> no-debug-non-zts-20060613/mysqli.so drwxr-xr-x 2 root bin 15 Feb 27 14:38 no-debug-non-zts-20090626 lrwxrwxrwx 1 root root 36 Jun 16 2010 openssl.so -> no-debug-non-zts-20060613/openssl.so lrwxrwxrwx 1 root root 32 Jun 16 2010 pdo.so -> no-debug-non-zts-20060613/pdo.so lrwxrwxrwx 1 root root 38 Jun 16 2010 pdo_mysql.so -> no-debug-non-zts-20060613/pdo_mysql.so lrwxrwxrwx 1 root root 36 Jun 7 2010 session.so -> no-debug-non-zts-20060613/session.so lrwxrwxrwx 1 root root 33 Jun 16 2010 soap.so -> no-debug-non-zts-20060613/soap.so lrwxrwxrwx 1 root root 32 Jun 9 2010 zip.so -> no-debug-non-zts-20060613/zip.so _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
