Redhat Enterprise 3 compile of 2.0.9
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 . Regards Siggi
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
Thanks a bunch Evan !! it sure works, I am not plugged in these days.. :) Regards Siggi -----Original Message----- From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Evan Rempel Sent: 9. apríl 2008 19:44 To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] Redhat Enterprise 3 compile of 2.0.9 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 ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html
participants (2)
-
Evan Rempel
-
Sigurður Bjarnason