Sigurður Bjarnason wrote:
Hi All,
I am trying to compile syslog-ng 2.0.9 for Redhat ES3, it is not going too good it complains about not have-ing glib 2.x ,now my problem is that I cannot complile this for glib v2 and I need to stick with the orginal glib of Redhat ES3.
Can it be done that is compile Syslog-ng for RedhatEs with the old glib or I am forced to upgrade to glib version 2.x .
Redhat ES3 uses an appropriate glib2 library from Redhat. Please make sure that you have both of these. glib2 glib2-devel Our Redhat AS3 has the following libs glib2-2.2.3-2.0 glib2-devel-2.2.3-2.0 and our build script looks like; env CFLAGS="-march=pentium4 -O2" PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --enable-static-linking --enable-tcp-wrapper=no Works for us. -- Evan Rempel