[bug-notifications] [php5_mysql 0004166]: incorrect installation directory for the shared object
Mantis Bug Tracker
noreply at opencsw.org
Mon Jan 18 14:02:02 CET 2010
A NOTE has been added to this issue.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=4166
======================================================================
Reported By: pfelecan
Assigned To:
======================================================================
Project: php5_mysql
Issue ID: 4166
Category: packaging
Reproducibility: always
Severity: block
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-01-18 11:57 CET
Last Modified: 2010-01-18 14:02 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 (reporter) - 2010-01-18 14:02
http://www.opencsw.org/bugtrack/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/.
More information about the bug-notifications
mailing list