Search found 1 match

by cacycleworks
2011-02-11T16:11:08-07:00
Forum: Users
Topic: libMagick.so.10 not in /usr/local/lib after source install
Replies: 5
Views: 20904

Re: libMagick.so.10 not in /usr/local/lib after source insta

I'm currently trying to get php-cgi to work with Imagick tools... So far I've got ImageMagick compiled and installed. Finding my way here you might need to:
$ su
# cd /usr/bin
# rm convert
# ln -s /usr/local/bin/convert
# /usr/local/bin/convert -version
Version: ImageMagick 6.6.7-6 2011-02-11 Q16 ...