Changes between Initial Version and Version 2 of Ticket #22380
- Timestamp:
- Nov 6, 2009, 6:54:47 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22380
- Property Keywords php 5.3 mysql 5.1 extension not load removed
- Property Cc ryandesign removed
- Property Owner changed from macports-tickets@… to ryandesign@…
-
Ticket #22380 – Description
initial v2 1 {{{ 1 2 [ ~ ]$ php -v 2 3 PHP Warning: PHP Startup: Unable to load dynamic library '/opt/local/lib/php/extensions/no-debug-non-zts-20090626/mysql.so' - dlopen(/opt/local/lib/php/extensions/no-debug-non-zts-20090626/mysql.so, 9): Library not loaded: /opt/local/lib/mysql5/mysql/libmysqlclient.15.dylib … … 49 50 50 51 [ ~ ]$ cd /opt/local/lib/mysql5/mysql/ ; sudo ln -s libmysqlclient.dylib libmysqlclient.15.dylib 52 }}}