ImageMagick 7 installation error

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
rpatelob
Posts: 62
Joined: 2017-04-17T22:17:01-07:00
Authentication code: 1151

ImageMagick 7 installation error

Post by rpatelob »

Trying to install imagemagick and I got an error.

ImageMagick Version: 7.0.6-0.

Code: Select all

/usr/bin/ld: /usr/local/lib/libjbig.a(jbig.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libjbig.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:6026: recipe for target 'MagickCore/libMagickCore-7.Q16HDRI.la' failed
make[1]: *** [MagickCore/libMagickCore-7.Q16HDRI.la] Error 1
make[1]: Leaving directory '/home/software/Desktop/ImageMagick-7.0.6-0'
Makefile:5149: recipe for target 'all' failed
make: *** [all] Error 2
Post Reply