Calling convert from php, says it's missing libdpstk.1.1dyli

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
matthewst

Calling convert from php, says it's missing libdpstk.1.1dyli

Post by matthewst »

Does anyone have a copy of libdpstk.1.1dylib? Is anyone willing to upload it so I can download it?
matthewst

Re: Calling convert from php, says it's missing libdpstk.1.1dyli

Post by matthewst »

OK, I "removed" X11 and used fink to install imagemagick, ghostscript, and xfree86.

When running this php script:

Code: Select all

exec("/usr/local/bin/convert image.pdf image.jpg 2>&1", $array); 
echo "<br>".implode($array,"<br>");
I get this error:

Code: Select all

dyld: Library not loaded: /usr/X11R6/lib/libdpstk.1.dylib
Referenced from: /usr/local/bin/convert
Reason: no suitable image found. Did find:
/usr/X11R6/lib/libdpstk.1.dylib: mach-o, but wrong architecture
Post Reply