#29791: ImageMagick-6.7.0 issues with liblcms --------------------------------+------------------------------------------- Reporter: artangco@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ImageMagick --------------------------------+------------------------------------------- Description changed by ryandesign@…: Old description:
I installed latest Macport 1.9.2.pkg. I then did the following on my Macbook (Snow Leopard 10.6).
sudo port dmg ImageMagick +wmf
Which completed. I then installed the dmg file that was generated on the same Machine after removing Macports. (I'm trying to create a standalone install for Snow Leopard for ImageMagick).
After the ImageMagick dmg install I made sure my PATH was updated to the /opt/local/bin and /opt/local/sbin.
When I execute the ImageMagick "convert" command I get the error below:
dyld: Library not loaded: /opt/local/lib/liblcms.1.dylib Reference from: /opt/local/bin/convert Reason: image not found Trace/BPT trap
I've played with DYLD_FALLBACK_LIBRARY_PATH environment to set it to /opt/local/lib/
I've also tried DYLD_LIBRARY_PATH to /opt/local/lib/ with no luck.
New description: I installed latest Macport 1.9.2.pkg. I then did the following on my Macbook (Snow Leopard 10.6). {{{ sudo port dmg ImageMagick +wmf }}} Which completed. I then installed the dmg file that was generated on the same Machine after removing Macports. (I'm trying to create a standalone install for Snow Leopard for ImageMagick). After the ImageMagick dmg install I made sure my PATH was updated to the /opt/local/bin and /opt/local/sbin. When I execute the ImageMagick "convert" command I get the error below: {{{ dyld: Library not loaded: /opt/local/lib/liblcms.1.dylib Reference from: /opt/local/bin/convert Reason: image not found Trace/BPT trap }}} I've played with DYLD_FALLBACK_LIBRARY_PATH environment to set it to /opt/local/lib/ I've also tried DYLD_LIBRARY_PATH to /opt/local/lib/ with no luck. -- -- Ticket URL: <https://trac.macports.org/ticket/29791#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS