On Sun, 10 Aug 2003, Dan Green wrote: > I did a rpm -qa |grep glib and got these results: > glibc-common-2.3.2-4.80.6 > glib2-2.0.6-2 > glibc-kernheaders-2.4-7.20 > glibc-2.3.2-4.80.6 > glib-1.2.10-8 > glibc-devel-2.3.2-4.80.6 > > So it looks like I've got plenty of glib's. So what do I do now? How do You don't have glib-devel (nor glib2-devel); glib.h will be in one or both of those; depends if it wants glib-1.x or glib-2.x glib and glibc are completely different things with unfortunately similar names. Glib is a handy little utility library related to gnome/gtk. glibc is a libc - standard C library.