Changes between Initial Version and Version 2 of Ticket #29823


Ignore:
Timestamp:
Jun 14, 2011, 4:32:37 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29823

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords ImageMagick libltdl removed
    • Property Port libtool added
    • Property Cc boeyms@… added
  • Ticket #29823 – Description

    initial v2  
    33On a fresh macports install I did this on my Macbook with Snow Leopard
    44
     5{{{
    56sudo port mdmg ImageMagick +wmf
     7}}}
    68
    79This completed without any issues.  I found the ImageMagick.dmg file and installed it on the same machine after removing MacPort.  My goal is to create a standalone dmg file for ImageMagick for distribution with another app I'm building.
     
    911When I tried to run convert after the dmg install I get this error:
    1012
     13{{{
    1114dyld: Library not loaded: /opt/local/lib/libltdl.7.dylib
    1215  Referenced from: /opt/local/bin/convert
    1316  Reason: Incompatible library version: convert requires version 11.0.0 or later, but libltdl.7.dylib provides version 9.0.0
     17}}}
    1418
    1519Any help in resolving this is much appreciated.