Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
plakshman wrote:
$convert logo: logo.png
$ld.so.1: convert: fatal: libpng14.so.14: open failed: No such file or directory
so, i downloaded the delegate libpng-1.6.16.tar.gz from the IM site and un-tar/gz 'd it.
it's a directory and wondering if that get;s installed and how
It that case, you have to download libpng-1.4 (not 1.6) source code and have to compile it by yourself.
Also it seems other libraries are also missing, find those binaries or find sources of them and compile them...
You also may have to re-install the IM binary after compiling (not just un-taring) those delegates. Be sure that they compile without error. Some delegates require their own dependencies to be installed first. So check after installing each delegate to see if it failed to compile because it needed another dependency installed first.
I am not a windows user, so can be of no help here on your last topic.
I find it much easier to install on a Mac. I use MacPorts to install all my delegates and then install IM manually from source. That way I can always upgrade IM to keep current.
plakshman wrote:
I guess the the system is wanting the libpng14 , no matter what ...
so, i downloaded the delegate libpng-1.6.16.tar.gz from the IM site and un-tar/gz 'd it.
That's not going to help if it needs libpng14. You could try installing libpng-1.4.16 which you
can get from ftp://ftp.simplesystems.org/pub/png/src/libpng14/ or
from https://sourceforge.net/projects/libpng/files/libpng14/
Then untar/gz it, then "configure; make install". Unfortunately you can then expect a lot
of other applications to break because they are needing something other than libpng14.
Your alternative is to build ImageMagick from source and linking it with your new libpng16,
once you've configured and installed that.