OZONE Asylum
Forums
OZONE
Missing jpeglib.h
This page's ID:
27789
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I installed ImageMagick a few months ago, I'm finally at a point where I want it. So as far as I could tell at the time, it installed correctly. when I ran: convert my_image.jpg -resize 400x400\> small/my_image.jpg I got: convert: no decode delegate for this image format `my_image.jpg'. After Googling through a bunch of sites for a solution and one unsuccessful attempt to fix it, I found that I'm missing jpeglib.h. When I checked the ImageMagick config log for jpeg: [code][root@Ivitek ImageMagick-6.2.5]# cat config.log | grep jpeg $ ./configure --with-jpeg=yes --with-png=yes configure:42525: checking jpeglib.h usability conftest.c:167:21: jpeglib.h: No such file or directory | #include <jpeglib.h> configure:42570: checking jpeglib.h presence conftest.c:133:21: jpeglib.h: No such file or directory | #include <jpeglib.h> configure:42641: checking for jpeglib.h configure:42659: checking for jpeg_read_header in -ljpeg configure:42689: gcc -o conftest -g -O2 -Wall -pthread conftest.c -ljpeg -lm -lpthread >&5 /usr/bin/ld: cannot find -ljpeg | char jpeg_read_header (); | jpeg_read_header (); conftest.c:135:21: jpeglib.h: No such file or directory | #include <jpeglib.h> ac_cv_header_jpeglib_h=no ac_cv_jpeg_version_ok=no ac_cv_lib_jpeg_jpeg_read_header=no CONFIGURE_ARGS='./configure --with-jpeg=yes --with-png=yes' DISTCHECK_CONFIG_FLAGS='--with-jpeg=yes --with-png=yes'[/code] Then I searched for jpeglib.h: [code][root@Ivitek ImageMagick-6.2.5]# locate jpeglib.h [root@Ivitek ImageMagick-6.2.5]#[/code] When I turned up with nothing, I Googled it. Now I'm lost because what I got from the Google results just confused me more. Question: How do I get jpeglib.h where ImageMagick can find it and use it? Linux: Red Hat Fedora Core 2 ImageMagick: 6.2.5 Me: confused [url=http://www.zavaboy.com][img]http://asylum.zavaboy.com/zavaboy.gif[/img][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »