Hi, when I wanted to install syslog-ng-2.0.4,I met some troubles.I installed eventlog-0.2.4 at /usr/local/eventlog,and setted the PKG_CONFIG_PATH=/usr/local/eventlog/lib/pkgconfig,but when I run ./configure,there were errors: ........................................ checking whether to enable TCP wrapper support... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for EVTLOG... Requested 'eventlog >= 0.2' but version of EventLog is no configure: error: Cannot find eventlog version >= 0.2: is pkg-config in path? Any advice and suggestion are appreciated.Thanks Regards
On Fri, 2007-06-08 at 09:50 +0800, ictforever wrote:
Hi, when I wanted to install syslog-ng-2.0.4,I met some troubles.I installed eventlog-0.2.4 at /usr/local/eventlog,and setted the PKG_CONFIG_PATH=/usr/local/eventlog/lib/pkgconfig,but when I run ./configure,there were errors: ........................................ checking whether to enable TCP wrapper support... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for EVTLOG... Requested 'eventlog >= 0.2' but version of EventLog is no configure: error: Cannot find eventlog version >= 0.2: is pkg-config in path?
Any advice and suggestion are appreciated.Thanks
Did you export the environment variable? Check that # pkg-config eventlog --cflags returns anything at all. If it doesn't, investigate why (strace and friends could help here) -- Bazsi
participants (2)
-
Balazs Scheidler
-
ictforever