Install guide ImageMagick 6.2.6 on FreeBSD 5.3

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
monsters

Re: Install guide ImageMagick 6.2.6 on FreeBSD 5.3

Post by monsters »

Hello,

This was by far the best run at a guide i've seen, still no love on my system though...

Totally fresh white box linux, follow all these to the T, but configure still comes up with a 'No' on jpeg...

Does anyone have any troubleshooting steps to suggest? I simply cant figure out what it's looking for, the configure script seems to be looking for the jpeg header files (jpeglib.h usability/presence/etc..), and they are there, so why isn't it using the path supplied in the LDFLAGS, and CPPFLAGS (which i dont really understand either...)

Any help....
IceMan wrote: Hello everyone.

Just wasted a day to get PNG and JPEG support on ImageMagick and finaly figured it out.

Here is my little guide to anyone that might find it usefull.
monsters

Re: Install guide ImageMagick 6.2.6 on FreeBSD 5.3

Post by monsters »

I take it back, did a fresh install and all was well!

an updated from my install, version #'s are a bit different.

Code: Select all

wget http://www.magickwand.org/download/php/magickwand-0.1.8.tar.gz
wget ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/jpegsrc.v6b.tar.gz
wget ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/jasper-1.701.0.zip
wget ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/libpng-1.2.12.tar.gz
wget http://apache.mirrors.northco.net/httpd/apache_1.3.37.tar.gz
wget http://www.php.net/get/php-5.1.6.tar.gz/from/ca.php.net/mirror

monsters wrote: Hello,

This was by far the best run at a guide i've seen, still no love on my system though...

Totally fresh white box linux, follow all these to the T, but configure still comes up with a 'No' on jpeg...

Does anyone have any troubleshooting steps to suggest? I simply cant figure out what it's looking for, the configure script seems to be looking for the jpeg header files (jpeglib.h usability/presence/etc..), and they are there, so why isn't it using the path supplied in the LDFLAGS, and CPPFLAGS (which i dont really understand either...)

Any help....
IceMan wrote:Hello everyone.

Just wasted a day to get PNG and JPEG support on ImageMagick and finaly figured it out.

Here is my little guide to anyone that might find it usefull.
Post Reply