syslog-ng3 with SQL on FreeBSD
Hi, I'm working on getting syslog-ng 3.0.3 to support SQL on FreeBSD, and hopefully get it added to the FreeBSD package or port. It looks like something isn't quite right in the configure script, however. I have libdbi 0.8.3 installed, but "./configure --enable-sql=yes" still reports: checking for LIBDBI... gnome-config: not found no checking for dbi_initialize in -ldbi... no I've reviewed /usr/local/include/dbi/dbi.h, and dbi_initialize is in there. Can anyone suggest a fix? Thanks, ==ml -- Michael W. Lucas mwlucas@BlackHelicopters.org http://www.MichaelWLucas.com/ Latest book: Cisco Routers for the Desperate, 2nd Edition http://www.CiscoRoutersForTheDesperate.com/
On Tue, 2009-10-27 at 16:27 -0400, Michael W. Lucas wrote:
Hi,
I'm working on getting syslog-ng 3.0.3 to support SQL on FreeBSD, and hopefully get it added to the FreeBSD package or port. It looks like something isn't quite right in the configure script, however.
I have libdbi 0.8.3 installed, but "./configure --enable-sql=yes" still reports:
checking for LIBDBI... gnome-config: not found no checking for dbi_initialize in -ldbi... no
I've reviewed /usr/local/include/dbi/dbi.h, and dbi_initialize is in there.
Can anyone suggest a fix?
upstream libdbi does not install its .pc file. I've sent a fix upstream but it didn't make it to a release yet. If you fix the libdbi port to explicitly install the .pc file it should work. -- Bazsi
participants (2)
-
Balazs Scheidler
-
Michael W. Lucas