Search found 4 matches

by mauritzhansen
2012-02-15T06:46:51-07:00
Forum: Developers
Topic: Install error, Linux, zlib
Replies: 7
Views: 15504

Re: Install error, Linux, zlib

Uninstalled zlib and reinstalled and that did the trick. Thanks!
by mauritzhansen
2012-02-14T15:14:06-07:00
Forum: Developers
Topic: Install error, Linux, zlib
Replies: 7
Views: 15504

Re: Install error, Linux, zlib

I installed the latest zlib and could then install ImageMagic. However, I noticed that I had no support for png and jpeg. So, I fixed that, did a make uninstall of ImageMagick and then a configure , but make now gives the following error: magick/.libs/libMagickCore.so: undefined reference to `gzgetc ...
by mauritzhansen
2012-02-14T06:50:12-07:00
Forum: Developers
Topic: Install error, Linux, zlib
Replies: 7
Views: 15504

Re: Install error, Linux, zlib

Thanks fmw42, I had tried without zlib before but it still seemed to include it. Then I found another post that said png support requires zlib, so including png will include zlib even if I state that it should be excluded. I have now succeeded in installing ImageMagic by excluding zlib and png ...
by mauritzhansen
2012-02-13T08:59:43-07:00
Forum: Developers
Topic: Install error, Linux, zlib
Replies: 7
Views: 15504

Install error, Linux, zlib

I am getting an install error (from source, ImageMagick-6.7.5, CentOS 5.7): /usr/bin/ld: /usr/local/lib/libz.a(crc32.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libz.a: could not read symbols: Bad value This same issue was discussed in ...