Topic: Missing jpeglib.h (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: f(x) |
![]() 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. 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: [root@Ivitek ImageMagick-6.2.5]# locate jpeglib.h [root@Ivitek ImageMagick-6.2.5]#
|
Bipolar (III) Inmate From: f(x) |
![]() |
Bipolar (III) Inmate From: f(x) |
![]() |