Opened 13 years ago

Last modified 7 years ago

#31760 closed defect

ports linking with ImageMagick need revbump — at Version 1

Reported by: kevyn@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: andrew.todd659@…
Port: php5-imagick, emacs-snapshot

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Since upgrade, i get following error when i launch php in CLI mode :

PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so' - dlopen(/opt/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so, 9): Library not loaded: /opt/local/lib/libMagickWand.4.dylib
  Referenced from: /opt/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so
  Reason: image not found in Unknown on line 0

PHP no longer loads imagick extension.

Fixes, create 2 symlinks :

libMagickCore.5.dylib -> libMagickCore.4.dylib
libMagickWand.5.dylib -> libMagickWand.4.dylib

Change History (1)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: andrew.todd659@… added
Description: modified (diff)
Keywords: php5 imagick removed
Owner: changed from macports-tickets@… to ryandesign@…
Port: php5-imagick emacs-snapshot added
Status: newassigned
Summary: php5-imagick @3.0.1 Runtime errorports linking with ImageMagick need revbump

Do not create symlinks. Rebuild php5-imagick. I'll need to increase its revision, and all other ports that link with ImageMagick. This was also reported on the mailing list. Sorry, I didn't realize updating ImageMagick would increase a library version.

Note: See TracTickets for help on using tickets.