<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2658.34">
<TITLE>RE: [syslog-ng] Syslog-ng 2.0/2.1 on Fedora Core 4</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>That is interesting, Evan!&nbsp; I did as you suggested (put the env AND the configure on the same command line) and it worked swimmingly...&nbsp; I don't really understand the &quot;why&quot;, but I can't argue with the results.&nbsp; :o)</FONT></P>

<P><FONT SIZE=2>For clarification sake, here is what I was doing before that did not work:</FONT>
</P>

<P><FONT SIZE=2>1.) PKG_CONFIG_PATH=/usr/local/lib/pkgconfig; export PKG_CONFIG_PATH</FONT>
<BR><FONT SIZE=2>2.) sudo ./configure --enable-spoof-source</FONT>
</P>

<P><FONT SIZE=2>Can someone tell me what the difference between that, and Evan's command below, would be?&nbsp; Thanks everyone, especially Evan and ScottO!</FONT></P>

<P><FONT SIZE=2>Chris Ivey</FONT>
</P>

<P><FONT SIZE=2>Affiliated Computer Services</FONT>
<BR><FONT SIZE=2>Enterprise Management Integration Services</FONT>
<BR><FONT SIZE=2>Infrastructure Management Senior Analyst</FONT>
</P>

<P><FONT SIZE=2>1120 Celebration Blvd.</FONT>
<BR><FONT SIZE=2>Celebration, FL 34747</FONT>
<BR><FONT SIZE=2>(321) 939-6540 Office</FONT>
<BR><FONT SIZE=2>8296-6540 Disney Tie-Line</FONT>
<BR><FONT SIZE=2>(407) 557-1072 Cell</FONT>
<BR><FONT SIZE=2>162*326905*19 Nextel Direct Connect</FONT>
<BR><FONT SIZE=2>chris.ivey@acs-inc.com</FONT>
</P>

<P><FONT SIZE=2>&quot;I have not failed, I have simply found 10,000 ways which do not work!&quot; -- Thomas Edison</FONT>
<BR><FONT SIZE=2>&quot;When you find yourself in a hole, the best thing to do is stop digging!&quot; -- Nick Stokes</FONT>
<BR><FONT SIZE=2>&quot;I reject your reality, and substitute my own!&quot; -- Adam Savage</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: syslog-ng-bounces@lists.balabit.hu [<A HREF="mailto:syslog-ng-bounces@lists.balabit.hu">mailto:syslog-ng-bounces@lists.balabit.hu</A>] On Behalf Of Evan Rempel</FONT>
<BR><FONT SIZE=2>Sent: Friday, April 25, 2008 1:21 PM</FONT>
<BR><FONT SIZE=2>To: Syslog-ng users' and developers' mailing list</FONT>
<BR><FONT SIZE=2>Subject: Re: [syslog-ng] Syslog-ng 2.0/2.1 on Fedora Core 4</FONT>
</P>
<BR>

<P><FONT SIZE=2>&gt;&gt; the output from the configure command:</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; sudo ./configure --enable-spoof-source</FONT>
<BR><FONT SIZE=2>&gt;&gt; ...</FONT>
<BR><FONT SIZE=2>&gt;&gt; checking for pkg-config... /usr/bin/pkg-config</FONT>
<BR><FONT SIZE=2>&gt;&gt; checking pkg-config is at least version 0.9.0... yes</FONT>
<BR><FONT SIZE=2>&gt;&gt; checking for GLIB... yes</FONT>
<BR><FONT SIZE=2>&gt;&gt; checking for EVTLOG... no</FONT>
<BR><FONT SIZE=2>&gt;&gt; configure: error: Cannot find eventlog version &gt;= 0.2: is pkg-config in</FONT>
<BR><FONT SIZE=2>&gt;&gt; path?</FONT>
</P>
<BR>

<P><FONT SIZE=2>Note that the configure is using /usr/bin/pkg-config</FONT>
<BR><FONT SIZE=2>and your eventlog.pc is in /usr/local/lib/pkgconfig</FONT>
</P>

<P><FONT SIZE=2>You need to set the PKG_CONFIG_PATH prior to running the .configure script</FONT>
<BR><FONT SIZE=2>so that this path gets built into the make process.</FONT>
</P>

<P><FONT SIZE=2>I use</FONT>
</P>

<P><FONT SIZE=2>env PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --enable-spoof-source</FONT>
</P>

<P><FONT SIZE=2>to get the guild right.</FONT>
</P>

<P><FONT SIZE=2>Evan.</FONT>
</P>

<P><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; I found the command the configure script runs, so I ran it manaully:</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; sudo /usr/bin/pkg-config --exists --print-errors eventlog</FONT>
<BR><FONT SIZE=2>&gt;&gt; Package eventlog was not found in the pkg-config search path.</FONT>
<BR><FONT SIZE=2>&gt;&gt; Perhaps you should add the directory containing `eventlog.pc'</FONT>
<BR><FONT SIZE=2>&gt;&gt; to the PKG_CONFIG_PATH environment variable</FONT>
<BR><FONT SIZE=2>&gt;&gt; No package 'eventlog' found</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; env | grep PKG</FONT>
<BR><FONT SIZE=2>&gt;&gt; PKG_CONFIG_PATH=/usr/local/lib/pkgconfig</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; ls -al /usr/local/lib/pkgconfig/</FONT>
<BR><FONT SIZE=2>&gt;&gt; -rw-r--r-- 1 root root&nbsp; 237 Apr 25 08:19 eventlog.pc</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Can anyone help me figure this issue out?&nbsp; Thanks in advance!</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Chris Ivey</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Affiliated Computer Services</FONT>
<BR><FONT SIZE=2>&gt;&gt; Enterprise Management Integration Services</FONT>
<BR><FONT SIZE=2>&gt;&gt; Infrastructure Management Senior Analyst</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; chris.ivey@acs-inc.com</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; &quot;I have not failed, I have simply found 10,000 ways which do not work!&quot; --</FONT>
<BR><FONT SIZE=2>&gt;&gt; Thomas Edison</FONT>
<BR><FONT SIZE=2>&gt;&gt; &quot;When you find yourself in a hole, the best thing to do is stop digging!&quot;</FONT>
<BR><FONT SIZE=2>&gt; --</FONT>
<BR><FONT SIZE=2>&gt;&gt; Nick Stokes</FONT>
<BR><FONT SIZE=2>&gt;&gt; &quot;I reject your reality, and substitute my own!&quot; -- Adam Savage</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;&nbsp; _____</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; From: syslog-ng-bounces@lists.balabit.hu</FONT>
<BR><FONT SIZE=2>&gt;&gt; [<A HREF="mailto:syslog-ng-bounces@lists.balabit.hu">mailto:syslog-ng-bounces@lists.balabit.hu</A>] On Behalf Of ScottO</FONT>
<BR><FONT SIZE=2>&gt;&gt; Sent: Wednesday, April 23, 2008 9:36 AM</FONT>
<BR><FONT SIZE=2>&gt;&gt; To: Syslog-ng users' and developers' mailing list</FONT>
<BR><FONT SIZE=2>&gt;&gt; Subject: Re: [syslog-ng] Syslog-ng 2.0/2.1 on Fedora Core 4</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Those version numbers should obviously updated to the latest available, :)</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; On Wed, Apr 23, 2008 at 9:35 AM, ScottO &lt;skippylou@gmail.com</FONT>
<BR><FONT SIZE=2>&gt;&gt; &lt;<A HREF="mailto:skippylou@gmail.com">mailto:skippylou@gmail.com</A>&gt; &gt; wrote:</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; On various versions of CentOS and Fedora, all I do is:</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; - ./configure;make;make install on eventlog-0.2.5.tar.gz (from syslog-ng</FONT>
<BR><FONT SIZE=2>&gt;&gt; site)</FONT>
<BR><FONT SIZE=2>&gt;&gt; - export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig</FONT>
<BR><FONT SIZE=2>&gt;&gt; - ./configure;make;make install on syslog-ng-2.0.5.tar.gz (from syslog-ng</FONT>
<BR><FONT SIZE=2>&gt;&gt; site)</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; I did also need to install the glib2-devel package, which I didn't have</FONT>
<BR><FONT SIZE=2>&gt;&gt; already installed.</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Hope that helps,</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Scott</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; On Wed, Apr 23, 2008 at 8:36 AM, Ivey, Chris &lt;Chris.ivey@acs-inc.com</FONT>
<BR><FONT SIZE=2>&gt;&gt; &lt;<A HREF="mailto:Chris.ivey@acs-inc.com">mailto:Chris.ivey@acs-inc.com</A>&gt; &gt; wrote:</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Hi folks!&nbsp; I posted this question previously, but I am still not clear on</FONT>
<BR><FONT SIZE=2>&gt;&gt; the process involved in putting a newer version of syslog-ng on my Fedora</FONT>
<BR><FONT SIZE=2>&gt;&gt; Core 4 machines.&nbsp; I need to upgrade, because my version (1.6.11) does not</FONT>
<BR><FONT SIZE=2>&gt;&gt; support hi-res timestamps.&nbsp; Can anyone provide some guidance as to how to</FONT>
<BR><FONT SIZE=2>&gt; go</FONT>
<BR><FONT SIZE=2>&gt;&gt; about this process?&nbsp; I got information previously to compile from source,</FONT>
<BR><FONT SIZE=2>&gt;&gt; but I am not 100% clear on the process.&nbsp; Any guidance from you fine folks</FONT>
<BR><FONT SIZE=2>&gt;&gt; would be terribly appreciated!!!&nbsp; Thanks, folks!</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Chris Ivey</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Affiliated Computer Services</FONT>
<BR><FONT SIZE=2>&gt;&gt; Enterprise Management Integration Services</FONT>
<BR><FONT SIZE=2>&gt;&gt; Infrastructure Management Senior Analyst</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; chris.ivey@acs-inc.com &lt;<A HREF="mailto:chris.ivey@acs-inc.com">mailto:chris.ivey@acs-inc.com</A>&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; &quot;I have not failed, I have simply found 10,000 ways which do not work!&quot; --</FONT>
<BR><FONT SIZE=2>&gt;&gt; Thomas Edison</FONT>
<BR><FONT SIZE=2>&gt;&gt; &quot;When you find yourself in a hole, the best thing to do is stop digging!&quot;</FONT>
<BR><FONT SIZE=2>&gt; --</FONT>
<BR><FONT SIZE=2>&gt;&gt; Nick Stokes</FONT>
<BR><FONT SIZE=2>&gt;&gt; &quot;I reject your reality, and substitute my own!&quot; -- Adam Savage</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt; ____________________________________________________________________________</FONT>
<BR><FONT SIZE=2>&gt;&gt; __</FONT>
<BR><FONT SIZE=2>&gt;&gt; Member info: <A HREF="https://lists.balabit.hu/mailman/listinfo/syslog-ng" TARGET="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</A></FONT>
<BR><FONT SIZE=2>&gt;&gt; &lt;<A HREF="https://lists.balabit.hu/mailman/listinfo/syslog-ng" TARGET="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</A>&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; Documentation:</FONT>
<BR><FONT SIZE=2>&gt;&gt; <A HREF="http://www.balabit.com/support/documentation/?product=syslog-ng" TARGET="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</A></FONT>
<BR><FONT SIZE=2>&gt;&gt; &lt;<A HREF="http://www.balabit.com/support/documentation/?product=syslog-ng" TARGET="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</A>&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt; FAQ: <A HREF="http://www.campin.net/syslog-ng/faq.html" TARGET="_blank">http://www.campin.net/syslog-ng/faq.html</A></FONT>
<BR><FONT SIZE=2>&gt;&gt; &lt;<A HREF="http://www.campin.net/syslog-ng/faq.html" TARGET="_blank">http://www.campin.net/syslog-ng/faq.html</A>&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt;&gt;</FONT>
<BR><FONT SIZE=2>&gt; ____________________________________________________________________________</FONT>
<BR><FONT SIZE=2>&gt; __</FONT>
<BR><FONT SIZE=2>&gt; Member info: <A HREF="https://lists.balabit.hu/mailman/listinfo/syslog-ng" TARGET="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</A></FONT>
<BR><FONT SIZE=2>&gt; Documentation:</FONT>
<BR><FONT SIZE=2>&gt; <A HREF="http://www.balabit.com/support/documentation/?product=syslog-ng" TARGET="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</A></FONT>
<BR><FONT SIZE=2>&gt; FAQ: <A HREF="http://www.campin.net/syslog-ng/faq.html" TARGET="_blank">http://www.campin.net/syslog-ng/faq.html</A></FONT>
<BR><FONT SIZE=2>&gt;</FONT>
<BR><FONT SIZE=2>______________________________________________________________________________</FONT>
<BR><FONT SIZE=2>Member info: <A HREF="https://lists.balabit.hu/mailman/listinfo/syslog-ng" TARGET="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</A></FONT>
<BR><FONT SIZE=2>Documentation: <A HREF="http://www.balabit.com/support/documentation/?product=syslog-ng" TARGET="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</A></FONT>
<BR><FONT SIZE=2>FAQ: <A HREF="http://www.campin.net/syslog-ng/faq.html" TARGET="_blank">http://www.campin.net/syslog-ng/faq.html</A></FONT>
</P>

</BODY>
</HTML>