I'm a sysadmin living in Montpezat, South France. All our machines here are running CentOS 5, which is an exact clone of Red Hat Enterprise Linux 5. When a program is not available for this distro, I usually use a Fedora Core 6 source RPM to build the actual RPM. That's what I am trying to do now with Celestia. Unfortunately, I get the following configure error:
Code: Select all
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for CAIRO_CFLAGS... -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12
checking for CAIRO_LIBS... -lcairo
checking for jpeg_start_decompress in -ljpeg... no
configure: error: jpeg library not found
Now the strange thing:
Code: Select all
[root@mediatheque1 ~]# rpm -qa | grep -i jpeg
libjpeg-6b-37
libjpeg-devel-6b-37
What's wrong, doc? Any suggestions?
One last thing:
Code: Select all
[root@mediatheque1 ~]# find / -name 'jpeglib.h'
/usr/include/jpeglib.h
Any suggestions? I'm clueless...
Niki
PS: is there some complete dependency list somewhere? I wonder if I need Qt... sometimes dependencies are not explicitly mentioned in SRPMs.