convert: /lib/libz.so.1: version `ZLIB_1.2.3.3' not found

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
yiten

convert: /lib/libz.so.1: version `ZLIB_1.2.3.3' not found

Post by yiten »

About ImageMagick-6.6.1-2 Installation

I use configure like this:
./configure --with-zlib=/usr/local/zlib2 --with-png=/usr/local/libpng2 --with-jpeg=/usr/local/jpeg6 --with-freetype=/usr/local/freetype2 CPPFLAGS="-I/usr/local/include -I/usr/local/zlib2/include -I/usr/local/libpng2/include -I/usr/local/jpeg6/include -I/usr/local/freetype2/include" LDFLAGS="-L/usr/local/lib -L/usr/local/zlib2/lib -L/usr/local/libpng2/lib -L/usr/local/jpeg6/lib -L/usr/local/freetype2/lib"

make and make install successfully

but when I do test, error occur:

# convert -version
convert: /lib/libz.so.1: version `ZLIB_1.2.3.3' not found (required by /usr/local/lib/libMagickCore.so.3)
Post Reply