Mantis - php5_mysql
Viewing Issue Advanced Details
4166 packaging block always 2010-01-18 11:57 2012-01-29 21:08
pfelecan  
bwalton  
normal  
closed  
fixed  
none    
none  
0004166: incorrect installation directory for the shared object
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
Issue History
2010-01-18 11:57 pfelecan New Issue
2010-01-18 14:02 pfelecan Note Added: 0007282
2012-01-29 16:11 bwalton Status new => assigned
2012-01-29 16:11 bwalton Assigned To => bwalton
2012-01-29 16:16 bwalton Note Added: 0009559
2012-01-29 16:16 bwalton Status assigned => feedback
2012-01-29 19:18 pfelecan Note Added: 0009564
2012-01-29 21:08 bwalton Status feedback => closed
2012-01-29 21:08 bwalton Resolution open => fixed

Notes
(0007282)
pfelecan   
2010-01-18 14:02   
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/.
(0009559)
bwalton   
2012-01-29 16:16   
I think this issue is handled properly in the latest packages. Can you confirm it's not a problem for you still?

Thanks
-Ben
(0009564)
pfelecan   
2012-01-29 19:18   
It's no more a problem for me. Thank you.