The following issue has been CLOSED ====================================================================== 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: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-01-18 11:57 CET Last Modified: 2012-01-29 21:08 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 ====================================================================== ---------------------------------------------------------------------- (0009564) pfelecan (developer) - 2012-01-29 19:18 https://www.opencsw.org/mantis/view.php?id=4166#c9564 ---------------------------------------------------------------------- It's no more a problem for me. Thank you. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
