Opened 13 years ago

Closed 13 years ago

#29791 closed defect (invalid)

ImageMagick-6.7.0 issues with liblcms

Reported by: artangco@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: ImageMagick

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

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.

Change History (5)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Keywords: ImageMagick liblcms removed
Owner: changed from macports-tickets@… to ryandesign@…

Please remember to cc the maintainer.

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

Description: modified (diff)

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

You're probably going to need "sudo port mdmg" instead of "sudo port dmg". The former includes all dependencies, such as lcms; the latter does not.

comment:4 in reply to:  3 Changed 13 years ago by artangco@…

Replying to ryandesign@…:

You're probably going to need "sudo port mdmg" instead of "sudo port dmg". The former includes all dependencies, such as lcms; the latter does not.

Thank you. I'll try that.

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

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.