On Fri, 2007-06-29 at 13:11 -0400, Valdis.Kletnieks@vt.edu wrote:
On Tue, 26 Jun 2007 14:18:01 +0400, Serge Torop said:
then I compiling the syslog-ng-2.0.2 on RedHat Enterpise Linux 4 (kernel 2.6.9-42.ELsmp) I see the message:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
Why are you looking at a glib-2.0 that's in /usr/local, when RedHat ships a reasonably functional glib2 and glib2-devel RPM?
This might really be a problem, you posted glib RPM versions, while you were using another glib version from /usr/local The question is why you are not getting warnings while compiling syslog-ng. Did you redirect the error messages of the compilation output as well? (e.g. something like 2>&1) ? -- Bazsi