On Tue, 2010-10-19 at 10:41 +0200, Jakub Jankowski wrote:
On Mon, 18 Oct 2010 12:47:35 -0700, Matthew Hall wrote:
I have another problem. RHEL 5 is missing this file:
/usr/lib/pkgconfig/glib-2.0.pc
So I created a faked out version based on Ubuntu's file with the version number modified to match the RHEL 5 glib RPM's version. [...] checking for GLIB... Requested 'glib-2.0 >= 2.10.1' but version of GLib is 2.4.7-1
configure: error: Package requirements (glib-2.0 >= 2.10.1 gmodule-2.0) were not met: [...] So apparently RHEL 5 has too old of a glib too. I assume I must have missed it last time because it failed on PCRE before it got to glib and the script stopped running.
Are you sure you're having correct packages installed? Namely, glib2-devel.
[root@dev32 ~]# rpm -qf /usr/lib/pkgconfig/glib-2.0.pc glib2-devel-2.12.3-4.el5_3.1 [root@dev32 ~]#
this should be enough, at least in the configure script syslog-ng is looking for GLIB_MIN_VERSION="2.10.1" this may or may not be correct. -- Bazsi