<HTML>
<HEAD>
<TITLE>Re: [syslog-ng] syslog-ng 2.0.0 successful on Mac OS X Tiger</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10.0px'>Here&#8217;s where I stand :<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;I fetched and decompress all the src and dependencies<BR>
<BR>
curl &#8211;O <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 &#8211;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 &#8211;O <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 libglib-2.0.a), either link GLib dynamically using the --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 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 -L/usr/local/lib -lglib-2.0 -lintl -liconv &nbsp;&nbsp;-L/usr/local/lib -levtlog &nbsp;<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 &agrave; Olivier.Ducrot@easymac.fr a &eacute;crit :<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10.0px'>Hi,<BR>
<BR>
I tried 1.6 on Tiger Server without success. I&#8217;m happy to see that you succeeded.<BR>
I installed it through macosports.org.<BR>
<BR>
Since v2.0 is not available on macosport, can you share your work ?<BR>
<BR>
</SPAN></FONT><UL><LI><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10.0px'>link to get the good sources 
</SPAN></FONT><LI><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10.0px'>compile directives 
</SPAN></FONT><LI><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10.0px'>dependencies<BR>
</SPAN></FONT></UL><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10.0px'><BR>
Thanks<BR>
<BR>
Olivier<BR>
<BR>
<BR>
le 30/11/06 18:22, Orth, Alan &agrave; AOrth@exchange.csuchico.edu a &eacute;crit :<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10.0px'>Good morning,<BR>
<BR>
For some time now I've have syslog-ng 1.6 working on Mac OS X Panther servers, but I could never get 1.6 or 1.9 (and probably some early 2.0 betas) to work. &nbsp;I just completed an install of 2.0.0 on a clean installed Tiger server. I don't have a complicated logging setup (4 filters, 4 logging destinations), but I do like syslog-ng's ability to eliminate the need for log rotation by logging filters and directory structures...<BR>
<BR>
I know I had been trying every few months over the last year or so to get this installed, and a few other people posted with trouble getting it to run, so I'll post some stats about my setup:<BR>
<BR>
<BR>
Machine is a 2 GHz G5 Xserve running Mac OS X Server 10.4.8 (8L127).<BR>
<BR>
$ uname -a<BR>
Darwin hostname.school.edu 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep &nbsp;8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc RackMac3,1 Darwin<BR>
<BR>
Good work, whoever fixed it!<BR>
<BR>
--<BR>
Alan Orth<BR>
Upward Bound - Systems Administrator<BR>
User Services - Field Technician<BR>
California State University, Chico<BR>
x6000 <BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><SPAN STYLE='font-size:10.0px'><FONT FACE="Monaco, Courier New">_______________________________________________<BR>
syslog-ng maillist &nbsp;- &nbsp;syslog-ng@lists.balabit.hu<BR>
https://lists.balabit.hu/mailman/listinfo/syslog-ng<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>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:10.0px'><FONT FACE="Monaco, Courier New"><BR>
</FONT><FONT FACE="Verdana, Helvetica, Arial"><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></FONT><FONT FACE="Monaco, Courier New">_______________________________________________<BR>
syslog-ng maillist &nbsp;- &nbsp;syslog-ng@lists.balabit.hu<BR>
https://lists.balabit.hu/mailman/listinfo/syslog-ng<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>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:10.0px'><FONT FACE="Monaco, Courier New"><BR>
</FONT></SPAN>
</BODY>
</HTML>