Hi Geoffrey, Please don't post to macports-tickets. It's a read-only list for mails generated by our bug tracker at trac.macports.org. Use the bug tracker or macports-users instead.
> In a php script I call the ImageMagick convert command via a php exec > command. I > get the error printed in the title. Following a thread of the same title I did > the following: > > otool -L /opt/local/lib/libfontconfig.1.dylib > > and got... > > /opt/local/lib/libfontconfig.1.dylib (compatibility version 10.0.0, current > version 10.0.0) > /opt/local/lib/libfreetype.6.dylib (compatibility version 18.0.0, current > version 18.2.0) > /opt/local/lib/libexpat.1.dylib (compatibility version 8.0.0, current version > 8.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version > 125.2.11) > > I'm running on localhost with Apache via xammp on a mac operating with snow > leopard. > > Many thanks in advance for any assistence. I'm betting you (or the environment that runs the failing command) has DYLD_LIBRARY_PATH set, probably to /usr/lib. Unset that and it should start working again. See also http://stackoverflow.com/questions/26316037/git-doesnt-work-after-a-clean-installation-using-macports-due-to-libcurl-4-dyli/ http://superuser.com/questions/736210/how-do-i-remove-an-old-version-of-iconv-on-which-other-software-depends-and-ot/ HTH, -- Clemens Lang _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
