Page 1 of 1

Install imageMagick in Ubuntu 12.04

PostPosted:Fri Feb 24, 2017 8:49 am
by jimac
Hello!

I'm having a problem installing image magick in ubuntu.
I downloaded ImageMagick 6.7.7-10.
i extracted it on Desktop,
then typed ./configure
then typed make
then typed make install

but then I get an error and it is not installed.
I also tried using sudo make install.. but then , it is not installed.
Please see the attached picture. (error)

Thank You Very much!

Re: Install imageMagick in Ubuntu 12.04

PostPosted:Fri Feb 24, 2017 4:04 pm
by jllort
Why you do not installing from repositories ? enable partners channels ( I do not know if it's mandatory or comes into default repos ).
Code: Select all
apt-get update
apt-get install imagemagick