Anyone using syslog-ng on RHEL 5?



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



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: Getting autoconf to detect libraries
    ... only use AC_CHECK_LIB if the library doesn't have support ... pkg-config support. ... xml2 seems to be one of the few libraries on my system which doesn't ... Erik de Castro Lopo nospam@mega-nerd.com ...
    (comp.os.linux.development.apps)
  • 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. ... If it doesn't list eventlog, then you need to install it. ...
    (RedHat)
  • Re: [SLE] gaim-80
    ... >> what it's complaining about. ... it's saying it can't find pkg-config ...
    (SuSE)
  • Re: Need help compiling Glib + Gtk
    ... all the GNOME libraries got dumped into /usr/lib ... to prohibit product subhierarchies under /usr, so GNOME is in /usr/bin & ... In both cases, Sun chose to maintain ... Packagers who build their own versions of pkg-config aware libraries ...
    (comp.unix.solaris)