<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>Re: [syslog-ng] syslog-ng 2.0.0 successful on Mac OS X Tiger</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Oliver,<BR>
<BR>
I just saw your post on AFP548.com about installing syslog-ng 2.0 on Tiger. I never got around to seeing what I did differently than you to get mine working, but it looks like you're good to go, eh?<BR>
<BR>
Here's the article I was referring to, just in case any other Mac OS X<BR>
Admins are on the list:<BR>
<BR>
<A HREF="http://www.afp548.com/article.php?story=20061204055805896">http://www.afp548.com/article.php?story=20061204055805896</A><BR>
<BR>
--&nbsp;<BR>
Alan Orth<BR>
Upward&nbsp; Bound - Systems Administrator<BR>
User Services - Field&nbsp; Technician<BR>
California State University, Chico<BR>
(530)898-6000<BR>
<BR>
<BR>
<BR>
<BR>
From: Olivier DUCROT &lt;Olivier.Ducrot@easymac.fr&gt;<BR>
Reply-To: Syslog-ng users' and developers' mailing list<BR>
&lt;syslog-ng@lists.balabit.hu&gt;<BR>
Date: Sat, 02 Dec 2006 10:59:58 +0100<BR>
To: &quot;Syslog-ng users' and developers' mailing list<BR>
&lt;syslog-ng@lists.balabit.hu&gt;&quot; &lt;syslog-ng@lists.balabit.hu&gt;<BR>
Conversation: [syslog-ng] syslog-ng 2.0.0 successful on Mac OS X Tiger<BR>
Subject: Re: [syslog-ng] syslog-ng 2.0.0 successful on Mac OS X Tiger<BR>
<BR>
Here¹s where I stand :<BR>
<BR>
&nbsp;&nbsp;&nbsp; I fetched and decompress all the src and dependencies<BR>
<BR>
curl ­O<BR>
<A HREF="http://www.balabit.com/downloads/syslog-ng/2.0/src/syslog-ng-2.0.0.tar.gz">http://www.balabit.com/downloads/syslog-ng/2.0/src/syslog-ng-2.0.0.tar.gz</A><BR>
curl ­O <A HREF="http://pkgconfig.freedesktop.org/releases/pkg-config-0.21.tar.gz">http://pkgconfig.freedesktop.org/releases/pkg-config-0.21.tar.gz</A><BR>
curl ­O<BR>
<A HREF="http://www.balabit.com/downloads/syslog-ng/2.0/src/eventlog-0.2.5.tar.gz">http://www.balabit.com/downloads/syslog-ng/2.0/src/eventlog-0.2.5.tar.gz</A><BR>
ftp ftp.gtk.org/pub/gtk/v2.0/glib-2.0.7.tar.bz2<BR>
ftp ftp.gnu.org/gnu/gettext/gettext-0.16.tar.gz<BR>
<BR>
<BR>
-rw-------&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp; 1510735 Nov&nbsp; 4&nbsp; 2002 glib-2.0.7.tar.bz2<BR>
-rw-r--r--&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp;&nbsp; 312164 Dec&nbsp; 2 09:11 eventlog-0.2.5.tar.gz<BR>
-rw-------&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp; 8546162 Oct 26 21:05 gettext-0.16.tar.gz<BR>
-rw-r--r--&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp; 1628160 Dec&nbsp; 1 22:39 syslog-ng-2.0.0.tar<BR>
-rw-r--r--&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp; 4546560 Dec&nbsp; 1 22:44 pkg-config-0.21.tar<BR>
<BR>
<BR>
./configure<BR>
Make<BR>
Sudo make install all the stuff in the following order<BR>
<BR>
-rw-r--r--&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp; 4546560 Dec&nbsp; 1 22:44 pkg-config-0.21.tar<BR>
-rw-r--r--&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp;&nbsp; 312164 Dec&nbsp; 2 09:11 eventlog-0.2.5.tar.gz<BR>
-rw-------&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp; 8546162 Oct 26 21:05 gettext-0.16.tar.gz<BR>
-rw-------&nbsp;&nbsp;&nbsp; 1 ducrot&nbsp; staff&nbsp;&nbsp;&nbsp; 1510735 Nov&nbsp; 4&nbsp; 2002 glib-2.0.7.tar.bz2<BR>
<BR>
Tried ./configure on syslog-ng-2.0.0<BR>
<BR>
Got the following error<BR>
<BR>
checking for static GLib libraries... no<BR>
configure: error: static GLib libraries not found (a file named<BR>
libglib-2.0.a), either link GLib dynamically using the<BR>
--enable-dynamic-linking or install a static GLib<BR>
<BR>
<BR>
Tried with dynamic links<BR>
<BR>
./configure --enable-dynamic-linking&nbsp; is ok, but make report the following<BR>
error :<BR>
<BR>
make&nbsp; all-recursive<BR>
Making all in src<BR>
gcc&nbsp; -g -O2 -Wall -g&nbsp;&nbsp; -o syslog-ng&nbsp; main.o libsyslog-ng.a -lfl<BR>
-L/usr/local/lib -lglib-2.0 -lintl -liconv&nbsp;&nbsp; -L/usr/local/lib -levtlog<BR>
/usr/bin/ld: Undefined symbols:<BR>
_G_LIKELY<BR>
_G_UNLIKELY<BR>
collect2: ld returned 1 exit status<BR>
make[2]: *** [syslog-ng] Error 1<BR>
make[1]: *** [all-recursive] Error 1<BR>
make: *** [all] Error 2<BR>
<BR>
<BR>
Any idea ??<BR>
<BR>
le 1/12/06 22:30, Olivier DUCROT à Olivier.Ducrot@easymac.fr a écrit :<BR>
<BR>
&gt; Hi,<BR>
&gt;<BR>
&gt; I tried 1.6 on Tiger Server without success. I¹m happy to see that you<BR>
&gt; succeeded.<BR>
&gt; I installed it through macosports.org.<BR>
&gt;<BR>
&gt; Since v2.0 is not available on macosport, can you share your work ?<BR>
&gt;<BR>
&gt; * link to get the good sources<BR>
&gt; * compile directives<BR>
&gt; * dependencies<BR>
&gt;<BR>
&gt; Thanks<BR>
&gt;<BR>
&gt; Olivier<BR>
&gt;<BR>
&gt;<BR>
&gt; le 30/11/06 18:22, Orth, Alan à AOrth@exchange.csuchico.edu a écrit :<BR>
&gt;<BR>
&gt;&gt; Good morning,<BR>
&gt;&gt;<BR>
&gt;&gt; For some time now I've have syslog-ng 1.6 working on Mac OS X Panther<BR>
&gt;&gt; servers, but I could never get 1.6 or 1.9 (and probably some early 2.0 betas)<BR>
&gt;&gt; to work.&nbsp; I just completed an install of 2.0.0 on a clean installed Tiger<BR>
&gt;&gt; server. I don't have a complicated logging setup (4 filters, 4 logging<BR>
&gt;&gt; destinations), but I do like syslog-ng's ability to eliminate the need for<BR>
&gt;&gt; log rotation by logging filters and directory structures...<BR>
&gt;&gt;<BR>
&gt;&gt; I know I had been trying every few months over the last year or so to get<BR>
&gt;&gt; this installed, and a few other people posted with trouble getting it to run,<BR>
&gt;&gt; so I'll post some stats about my setup:<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; Machine is a 2 GHz G5 Xserve running Mac OS X Server 10.4.8 (8L127).<BR>
&gt;&gt;<BR>
&gt;&gt; $ uname -a<BR>
&gt;&gt; Darwin hostname.school.edu 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep&nbsp; 8<BR>
&gt;&gt; 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh<BR>
&gt;&gt; powerpc RackMac3,1 Darwin<BR>
&gt;&gt;<BR>
&gt;&gt; Good work, whoever fixed it!<BR>
&gt;&gt;<BR>
&gt;&gt; --<BR>
&gt;&gt; Alan Orth<BR>
&gt;&gt; Upward Bound - Systems Administrator<BR>
&gt;&gt; User Services - Field Technician<BR>
&gt;&gt; California State University, Chico<BR>
&gt;&gt; x6000<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; syslog-ng maillist&nbsp; -&nbsp; syslog-ng@lists.balabit.hu<BR>
&gt;&gt; <A HREF="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</A><BR>
&gt;&gt; Frequently asked questions at <A HREF="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</A><BR>
&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; syslog-ng maillist&nbsp; -&nbsp; syslog-ng@lists.balabit.hu<BR>
&gt; <A HREF="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</A><BR>
&gt; Frequently asked questions at <A HREF="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</A><BR>
&gt;<BR>
<BR>
<BR>
<BR>
_______________________________________________<BR>
syslog-ng maillist&nbsp; -&nbsp; syslog-ng@lists.balabit.hu<BR>
<A HREF="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</A><BR>
Frequently asked questions at <A HREF="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</A><BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>