I just installed VL 7 and am putting my desired apps in place. I tried to build emacs and found that the
configure script complained about libjpeg not being at version 6b or later. However, what I observe is that libjpeg is at version 8. So I am stumped by this. Anyone know about this?
Output from configure:
configure:11342: checking for jpeg_destroy_compress in -ljpeg
configure:11367: gcc -o conftest -pthread -I/usr/include/librsvg-2.0 -I/usr/in
clude/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/
include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/fre
etype2 -fopenmp -I/usr/include/ImageMagick -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/freetype2 -I/usr/include/freetype2 -Wl,-znocombreloc conftest.c -ljpeg -lXrender -lXft -lgnutls -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lMagickWand -lMagickCore -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lX11 -lpthread -ldbus-1 -lpthread -lrt >&5
configure:11367: $? = 0
configure:11376: result: yes
configure:11401: WARNING: libjpeg found, but not version 6b or later
What is installed:
>ls -l /usr/lib/libjpeg*
-rw-r--r-- 1 root root 253946 Jan 16 2011 /usr/lib/libjpeg.a
-rwxr-xr-x 1 root root 914 Jan 16 2011 /usr/lib/libjpeg.la*
lrwxrwxrwx 1 root root 16 Aug 15 08:15 /usr/lib/libjpeg.so -> libjpeg.so.8.0.1*
lrwxrwxrwx 1 root root 16 Aug 15 08:15 /usr/lib/libjpeg.so.8 -> libjpeg.so.8.0.1*
-rwxr-xr-x 1 root root 213912 Jan 16 2011 /usr/lib/libjpeg.so.8.0.1*
Note that there were some version 62 files in /usr/lib, I moved them and then reinstalled libjpeg with gslapt. These were the files I moved:
lrwxrwxrwx 1 root root 17 Aug 13 13:17 libjpeg.so.62 -> libjpeg.so.62.0.0*
-rwxr-xr-x 1 root root 126528 Mar 21 2011 libjpeg.so.62.0.0*
Does that mean there are still remnants of version 6.2 around? How do I get rid of that? Is it needed?
-Kevin Buchs