How do I
compile SYSLOG-NG with SQL support? I run ./configure --enable-sql option,
but the configure script wasn't able to find my libdbi and libdbd
drivers.
It looks like the
libdbi and libdbd authors do not supply .pc files.
I see that my libdbi
libraries were successfully installed in /usr/local/lib
and libdbd libraries
were successfully installed /usr/local/lib/dbd
How do I tell the
configure script to use these libraries?
Should I create .pc
files for libdbi and libdbd and put them in my PKG_CONFIG
path?
-Thanks for any
suggestions,
Gene
Matusovsky