Compiling from source fail on Ubuntu Trusty

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
redserpent7
Posts: 10
Joined: 2016-01-19T08:15:42-07:00
Authentication code: 1151

Compiling from source fail on Ubuntu Trusty

Post by redserpent7 »

I am trying to compile and install from source on Ubuntu 14.04 but make gets interrupted with the following error:
/bin/grep: /usr/lib/x86_64-linux-gnu/libjpeg.la: No such file or directory
/bin/sed: can't read /usr/lib/x86_64-linux-gnu/libjpeg.la: No such file or directory
libtool: error: '/usr/lib/x86_64-linux-gnu/libjpeg.la' is not a valid libtool archive
make[1]: *** [MagickCore/libMagickCore-7.Q16HDRI.la] Error 1
make[1]: Leaving directory `/home/ubuntu/JImages/ImageMagick/imagemagick/ImageMagick-master'
make: *** [all] Error 2
I checked and I do not have libjpeg.la on my system and it seems that it no longer installs with libjpeg-ve

Is there another way around this?
Post Reply