Opened 13 years ago
Last modified 12 years ago
#34089 closed defect
php5-magickwand 1.0.9 fails due to missing reference. — at Version 1
Reported by: | ldl@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ryandesign@… | |
Port: | php5-magickwand |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
- OS 10.6.8 Snow Leopard
- Port Authority 4.1.0
- php5 @5.3.10
- ImageMagick @6.7.6-0
- php5-magickwand @1.0.9
Everything compiles properly: Apache, PHP 5.3, extensions. Repeated update all and cleaning shows no errors.
On Apache launch the following in the PHP Error Log:
[16-Apr-2012 22:52:17 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/opt/local/lib/php/extensions/no-debug-non-zts-20090626/magickwand.so' - dlopen(/opt/local/lib/php/extensions/no-debug-non-zts-20090626/magickwand.so, 9): Symbol not found: _zif_magicksetimageendian Referenced from: /opt/local/lib/php/extensions/no-debug-non-zts-20090626/magickwand.so Expected in: flat namespace in /opt/local/lib/php/extensions/no-debug-non-zts-20090626/magickwand.so in Unknown on line 0
The extension is there but the problem is in "Symbol not found: _zif_magicksetimageendian"
Googling reveals this to be a known, recent problem:
"As far I am concerned MagickWandForPHP 1.0.9 is broken -> fails to compile."
Change History (1)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Description: | modified (diff) |
Note: See
TracTickets for help on using
tickets.