The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4166 ====================================================================== Reported By: pfelecan Assigned To: bwalton ====================================================================== Project: php5_mysql Issue ID: 4166 Category: packaging Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-01-18 11:57 CET Last Modified: 2012-01-29 16:11 CET ====================================================================== Summary: incorrect installation directory for the shared object Description: The correct directory for the extensions is /opt/csw/php5/lib/php/extensions but the package installs in a subdirectory no-debug-non-zts-20060613 which is not searched for nor can it be.
The workaround is to create a symbolic link as follows: cd /opt/csw/php5/lib/php/extensions ln -s no-debug-non-zts-20060613/mysql.so mysql.so ====================================================================== ---------------------------------------------------------------------- (0007282) pfelecan (developer) - 2010-01-18 14:02 https://www.opencsw.org/mantis/view.php?id=4166#c7282 ---------------------------------------------------------------------- After installing other PHP5 extensions it seems that all the extensions are installed in the /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613 directory. Consequently, the modification should be done in /opt/csw/php5/lib/php.ini in the extension_dir variable which must contain to /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
