3 Nov
2009
3 Nov
'09
4:07 p.m.
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