<p dir="ltr"><br>
Eventlog installs a file named eventlog.pc (not sure about the exact name but this is the only one with .pc extension)</p>
<p dir="ltr">This is then searched along PKG_CONFIG_PATH by the syslog-ng configure script. It uses a utility called pkg-config for that.</p>
<p dir="ltr">If it doesn't find it or you don't have pkg-config you can still force the appropriate CFLAGS/LDFLAGS settings through environment variables. See the configure script's help screen.</p>
<div class="gmail_quote">On Aug 16, 2013 6:20 AM, "Jerry Kemp" <app.mail.list23@oryx.cc> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm attempting to compile Syslog-ng ver 3.4.3 on OpenIndiana build 151a7.<br>
<br>
I have a fresh compile of eventlog 0.2.12 as downloaded from here:<br>
<a href="http://www.balabit.com/downloads/files/eventlog/0.2" target="_blank">http://www.balabit.com/downloads/files/eventlog/0.2</a><br>
<br>
Eventlog compiled and installed without issue.<br>
<br>
I am failing in my "./configure" step with this error:<br>
......................................................<br>
checking for EVTLOG... no<br>
configure: error: Package requirements (eventlog >= 0.2.12) were not met:<br>
<br>
No package 'eventlog' found<br>
......................................................<br>
<br>
A search of the archives turned up this email. I didn't really see a<br>
fix from the archive thread and I am curious if this was ever resolved?<br>
<br>
I did follow the bugzilla link, but there was really nothing in the link<br>
that could assist me with my compile/configure issue....At least nothing<br>
I could figure out.<br>
<br>
I also located this page from a search engine hit discussing the<br>
PKG_CONFIG_PATH, but it did not help.<br>
<br>
<a href="http://www.balabit.com/sites/default/files/documents/syslog-ng-ose-3.3-guides/en/syslog-ng-ose-v3.3-guide-admin-en/html/install_from_source.html" target="_blank">http://www.balabit.com/sites/default/files/documents/syslog-ng-ose-3.3-guides/en/syslog-ng-ose-v3.3-guide-admin-en/html/install_from_source.html</a><br>
<br>
and various others, to no avail.<br>
<br>
Any pointers or suggestions are appreciated.<br>
<br>
Jerry<br>
<br>
<br>
<br>
<br>
On 12/12/12 10:16 AM, <a href="mailto:bugzilla@wwwold.balabit.com">bugzilla@wwwold.balabit.com</a> wrote:<br>
> <a href="https://bugzilla.balabit.com/show_bug.cgi?id=173" target="_blank">https://bugzilla.balabit.com/show_bug.cgi?id=173</a><br>
><br>
><br>
> kathi <<a href="mailto:jk_kathi1@yahoo.com">jk_kathi1@yahoo.com</a>> changed:<br>
><br>
> What |Removed |Added<br>
> ----------------------------------------------------------------------------<br>
> CC| |<a href="mailto:jk_kathi1@yahoo.com">jk_kathi1@yahoo.com</a><br>
> Status|NEEDINFO |REOPENED<br>
><br>
><br>
><br>
><br>
> --- Comment #3 from kathi <<a href="mailto:jk_kathi1@yahoo.com">jk_kathi1@yahoo.com</a>> 2012-12-12 17:16:24 ---<br>
> (In reply to comment #2)<br>
>> Is this still and issue, or can I close it? I don't think this is a bug in syslog-ng...<br>
>><br>
><br>
> I am facing the same issue while compiling syslog-ng-3.4.0-alpha3 on CentoOS 6.3 .<br>
><br>
> First Eventlog gave an error<br>
> checking for EVTLOG... no<br>
> configure: error: Package requirements (eventlog >= 0.2.12) were not met:<br>
><br>
> No package 'eventlog' found<br>
><br>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
> installed software in a non-standard prefix.<br>
><br>
> Alternatively, you may set the environment variables EVTLOG_CFLAGS<br>
> and EVTLOG_LIBS to avoid the need to call pkg-config.<br>
><br>
> when i set the env varilable export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig , eventlog went through fine but glib gave errors<br>
> checking for GLIB... no<br>
> configure: error: Package requirements (glib-2.0 >= 2.10.1 gmodule-2.0 gthread-2.0) were not met:<br>
><br>
> No package 'glib-2.0' found<br>
> No package 'gmodule-2.0' found<br>
> No package 'gthread-2.0' found<br>
><br>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
> installed software in a non-standard prefix.<br>
><br>
> Alternatively, you may set the environment variables GLIB_CFLAGS<br>
> and GLIB_LIBS to avoid the need to call pkg-config.<br>
> See the pkg-config man page for more details.<br>
><br>
><br>
> after which i set the GLIB_LIBS=/lib64 and export GLIB_CFLAGS=/lib64:/usr/lib and the error while compiling is<br>
><br>
> checking sanity checking Glib headers... no<br>
> configure: error: Glib headers inconsistent with current compiler setting. You might be using 32 bit Glib with a 64 bit compiler, check PKG_CONFIG_PATH<br>
><br>
> I have checked /lib64 , /usr/lib64 for glib2 , gmodule , gthread libraries<br>
><br>
> Any clues how i can resolve this<br>
><br>
> Thank you<br>
> Kathi<br>
><br>
><br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</blockquote></div>