Hi, I am trying to compile the source code but, I am stuck with the dbi.h header file. Where can I get this include file so that I can successfully compile ?
N.
On Saturday 14 November 2009 19:06:42 ನಾಗೇಶ್ wrote:
Hi, I am trying to compile the source code but, I am stuck with the dbi.h header file. Where can I get this include file so that I can successfully compile ?
We are using libdbi. On Debian/Ubuntu the package is called libddbi0-dev. At runtime you will also need the dbi sqlite3 backend, again on Debian this is called libdbd-sqlite3...
z.
Hi.
On Sat, 14 Nov 2009 19:06:42 +0100, ನಾಗೇಶ್ openbscuser@gmail.com wrote:
I am trying to compile the source code but, I am stuck with the dbi.h header file. Where can I get this include file so that I can successfully compile ?
Have a look at http://bs11-abis.gnumonks.org/trac/wiki/Debian_Getting_Started
You are missing the development headers for the dbi library (libdbi0-dev).
If you are working with a different distribution, please search their package repositories for something similar.
Chris