Page 1 of 1

Run ImageMagick x86 on a Ubuntux64

Posted: 2014-03-17T10:48:30-07:00
by flandatico
Hello guys!

I have an ImageMagick running properly on a x86 machine but I'd like to run the same version (4.1.4) and architeture (x86) on a x64 machine and I'm getting some errors like:

Code: Select all

$ convert
-bash: /usr/local/bin/convert: No such file or directory
I made a link inside the "/usr/local/bin" pointing to the ImageMagick path so I don't understand this message.. :(
Should I install any additional package??

Regards!