Re: Anyone using syslog-ng on RHEL 5?



Configure isn't looking for libraries... it's just asking pkg-config if eventlog is installed and if the installed version is greater than the minimum required.

pkg-config --list-all | grep event

If it doesn't list eventlog, then you need to install it.


On Dec 20, 2007, at 10:32 AM, Chuck wrote:

I am having problems building syslog-ng 2.0.6 on RHEL 5. I have
installed the required eventlog libraries into /usr/local/event-0.2.5.
However, configure is not finding the libraries and is also
complaining about not finding pkg-config:

#./configure --prefix=/usr/local/syslog-ng
<snip>
checking for GLIB... yes
checking for EVTLOG... no
configure: error: Cannot find eventlog version >= 0.2: is pkg-config in path?
charger:/usr/local/src/syslog-ng-2.0.6 #which pkg-config


I have tried adding the /usr/local/eventlog-0.2.5/lib path to
/etc/ld.so.conf (and reconfiguring ld).
charger:/usr/local/src/syslog-ng-2.0.6 #ldconfig -p | grep eventlog
libevtlog.so.0 (libc6) => /usr/local/eventlog-0.2.5/lib/ libevtlog.so.0
libevtlog.so (libc6) => /usr/local/eventlog-0.2.5/lib/ libevtlog.so


I have tried defining this in LD_LIBRARY_PATH. I have also tried
explicitly setting LDFLAGS (for the libs) and CPPFLAGS (for the
includes) in the environment I'm running configure from. I am unable
to get configure to find these libraries.
charger:/usr/local/src/syslog-ng-2.0.6 #which pkg-config
/usr/bin/pkg-config

charger:/usr/local/src/syslog-ng-2.0.6 #pkg-config --version
0.21
It also complains it can't find pkg-config, however pkg-config is
under /usr/bin and the shell I'm running this from has no problems
finding it:

charger:/usr/local/src/syslog-ng-2.0.6 #which pkg-config
/usr/bin/pkg-config

charger:/usr/local/src/syslog-ng-2.0.6 #pkg-config --version
0.21

Its probably a bonehead mistake I'm making but after 3 fresh looks at
this it still eludes me.

Thanks for any help,
CC

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: Anyone using syslog-ng on RHEL 5?
    ... then you need to install it. ... configure is not finding the libraries and is also ... complaining about not finding pkg-config: ... It also complains it can't find pkg-config, ...
    (RedHat)
  • Re: problem compiling mono
    ... > libraries are in a nonstandard prefix so pkg-config can find them. ... where it is supposed to install and it is now looking ...
    (comp.os.linux.development.apps)
  • Re: problem compiling mono
    ... > libraries are in a nonstandard prefix so pkg-config can find them. ... and you didn't install that. ...
    (comp.os.linux.development.apps)
  • Re: WM_TIMER crash (maybe)?
    ... addition, I suspect that, given the debug dialog IS, in fact, a dialog, and therefore it ... For example, if you install VC, it typically installs the ... that you could be replacing older DLLs with the latest redistributable DLLs. ... the rest were system DLLs, including OLE/COM libraries ...
    (microsoft.public.vc.mfc)
  • Re: attempt to build 64 bit on Solaris fails
    ... > libraries needed to link with a 64-bit Tk. ... We were running a 32-bit version of Perl ... > Each section below is a summary of the commands used to install it. ...
    (comp.lang.perl.tk)