Syslog-ng Users,
I'm currently trying to configure syslog-ng 1.9.4 on my Sunblade 100 (Solaris 9) as a test.
I've loaded and compiled the following software:
Stunnel-4.10
openssl-0.9.7g
eventlog-0.1.2
All three packages compiled cleanly. The "eventlog" compiled successfully, but no eventlog.pc was produced when completed and I still receive the following output compiling syslog-ng:
# ./configure
.....
...
checking GLIB CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for eventlog... Package eventlog was not found in the pkg-config search path
Perhaps you should add the directory containing `eventlog.pc`
To the PKG_CONFIG_PATH environment variable
No package 'eventlog' found
Configure: error: Library requirements (eventlog) not met;.......
###########################################################################
MORE INFO:
I've been loading all packages under /usr/local, so by default everything will get placed within the /usr/local directory tree. I've tried NOT setting up the PKG_CONFIG and PKG_CONFIG_PATH variables -using the default. And I've also tried setting different values, all with the same results.
Mark