Changes between Initial Version and Version 2 of Ticket #19976
- Timestamp:
- Jun 16, 2009, 11:41:56 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19976
- Property Port php5-yaz added
-
Ticket #19976 – Description
initial v2 3 3 I've installed php5-yaz some minutes ago (over apache2 + php 5.2.9) successfully, but trying to use it throws: 4 4 5 {{{ 5 6 PHP Warning: PHP Startup: Unable to load dynamic library './yaz.so' - (null) in Unknown on line 0 7 }}} 6 8 7 9 Also, I've tried to reinstall everything from scratch, just in case new apache2 / php5 versions were causing some incompatibilities with: 8 10 11 {{{ 9 12 sudo port install apache2 php5 +apache2+macosx+mssql+mysql5+oracle+pear+postgresql83+sockets php5-xdebug php5-yaz 13 }}} 10 14 11 15 and I've ended with the same error. Everything else seems to be working ok.