I'm a Magick++ user, and I'd like to build ImageMagick linked to an
older version of the libpng shared library. The reason is I need to
link my software with the Matlab compiler library, which uses libpng
1.0.16, and is incompatible with the default libpng on my Red Hat Linux
system.
Is there a way to specify in "configure" a specific shared library
version/soname, e.g. libpng.so.2, or libpng10.so?
ldd indicates that libMagick++.so uses (among other things):
libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x0000002a9600b000)
which is a symbolic link to libpng12.so.0.1.2.7.
I'd like it to instead link to libpng.so.2 or libpng10.so.
/
/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users