LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   beagle build says that sqlite is missing (https://www.linuxquestions.org/questions/debian-26/beagle-build-says-that-sqlite-is-missing-388012/)

ernesto_cgf 11-30-2005 02:46 PM

beagle build says that sqlite is missing
 
I downloaded the official mono generic installer from the mono web site, and it installed correctly. Then I downloaded the beagle source tarball from the beagle web site. But when I run ./configure I get this error (I'm only including here the relevant output related to the error message):

Code:

checking for SQLITE... Package sqlite was not found in the pkg-config search path.
Perhaps you should add the directory containing `sqlite.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sqlite' found
configure: error: You need to install sqlite2

I checked out in synaptic and the sqlite package is installed. I am using Debian Sarge with kernel 2.6.8-2-686. I downloaded Mono version 1.1.10_1 and the beagle version I'm trying to compile is 0.1.2.

Please, help me. Any ideas?

dastrike 11-30-2005 02:56 PM

Try installing the development libs for sqlite.

Code:

apt-get install libsqlite3-dev
or, if it requires version 2.x of them (not being forward compatible with version 3), try
Code:

apt-get install libsqlite0-dev


All times are GMT -5. The time now is 06:55 AM.