Page 1 of 1
./Configure problems
Posted: 2009-05-06T20:08:29-07:00
by lee.reichardt
Hi there,
i have just changed onto a server running debian and I am trying to install the latest version of imagemagick.
The problem is that when i try to configure it none of the image formats get supports..
Everything has the value no.
how do i fix this?
Thanks
Lee
Re: ./Configure problems
Posted: 2009-05-06T20:16:20-07:00
by magick
Read config.log. It tells you why a particular image format did not validate. Most likely you are missing the development RPMS which include the require headers (e.g. jpeg.h).
Re: ./Configure problems
Posted: 2009-05-06T23:52:17-07:00
by lee.reichardt
Sorry, I don't know understand the contents of the file.
Its a very large file so I can't exactly copy paste.
Is there anything I should be looking out for?
Re: ./Configure problems
Posted: 2009-05-07T01:48:59-07:00
by lee.reichardt
i looked for png.h and I found this error in config.log
Code: Select all
configure:40153: checking for PNG
configure:40155: result:
configure:40169: checking png.h usability
configure:40186: gcc -std=gnu99 -c -g -O2 -Wall -W -pthread conftest.c >&5
conftest.c:212:17: error: png.h: No such file or directory
so obviously there is nothing there...
Got any links or instructions on how to fix that?
Re: ./Configure problems
Posted: 2009-05-07T05:40:28-07:00
by magick
You need to install the PNG and PNG development package and then reconfigure ImageMagick. ImageMagick should then report that it has support for the PNG image format.
Re: ./Configure problems
Posted: 2009-05-07T18:01:48-07:00
by lee.reichardt
Thank you!
I am rather new to linux and Dedicated hosting so as always... You are brilliant and that you very much!