Dear Bill, If there is a Scalix application which generate the log file in "/var/opt/Scalix/ml/s/logs/fatal", where "fatal" is the log file. How could the source be defined to be listened by Syslog-NG? Thanks. Regards, Wilson Lai System Engineer IT Dept., SJM Office ( : (853)2978585 Mobile ( : (853)66506709 Email +: : wilsonlai@macausjm.com -----Original Message----- From: syslog-ng-request@lists.balabit.hu [mailto:syslog-ng-request@lists.balabit.hu] Sent: Thursday, August 16, 2007 6:00 PM To: syslog-ng@lists.balabit.hu Subject: syslog-ng Digest, Vol 28, Issue 20 Send syslog-ng mailing list submissions to syslog-ng@lists.balabit.hu To subscribe or unsubscribe via the World Wide Web, visit https://lists.balabit.hu/mailman/listinfo/syslog-ng or, via email, send a message with subject or body 'help' to syslog-ng-request@lists.balabit.hu You can reach the person managing the list at syslog-ng-owner@lists.balabit.hu When replying, please edit your Subject line so it is more specific than "Re: Contents of syslog-ng digest..." Today's Topics: 1. GLib version problem? (Burns Andrew) 2. Re: GLib version problem? (Geller, Sandor (IT)) 3. Re: GLib version problem? (Valdis.Kletnieks@vt.edu) 4. Logging Third party application logs to Syslog-NG in Linux! (Wilson Lai) 5. Re: Logging Third party application logs to Syslog-NG in Linux! (Bill Nash) 6. Troubles with SE-Linux Syslog-ng and ntpd (Martin Voelker) ---------------------------------------------------------------------- Message: 1 Date: Wed, 15 Aug 2007 08:02:38 -0500 From: "Burns Andrew" <aburns@snyderdrug.com> Subject: [syslog-ng] GLib version problem? To: <syslog-ng@lists.balabit.hu> Message-ID: <699402D08697B94EAB9429B5083FAA1C042C2290@exchange_2k.snyderdrug.co m> Content-Type: text/plain; charset="us-ascii" Hello, I'm trying to install syslog-NG onto a Cent OS 5 server, and running into a problem. The problem appears to be more of a RedHat/Cent problem (or even Glib problem) rather than Syslog-NG problem, but I thought I'd check with the community before I harass Red Hat. I have the RPM verion of glib2.12 installed, however the libraries seemed to be labled 2.0.0. When I configure syslog-ng, I run across the following error: checking pkg-config is at least version 0.9.0... yes checking for GLIB... no configure: error: Cannot find GLib library version >= 2.2: is pkg-config in path? [root@syslog syslog-ng-2.0.5]# I have the rpm installed: [root@syslog syslog-ng-2.0.5]# yum list installed glib2 Loading "installonlyn" plugin Loading "fastestmirror" plugin Installed Packages glib2.i386 2.12.3-2.fc6 installed [root@syslog syslog-ng-2.0.5]# However the libraries seem to be mislabeled: [root@syslog syslog-ng-2.0.5]# locate glib | grep "/lib/libg" /lib/libglib-2.0.so.0 /lib/libglib-2.0.so.0.1200.3 [root@syslog syslog-ng-2.0.5]# Am I just missing something simple, or is this a problem I should be trying to speak to Cent/Red Hat about? Thanks! Andrew