bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] configuring gnuapl with sqlite3


From: Blake McBride
Subject: Re: [Bug-apl] configuring gnuapl with sqlite3
Date: Sun, 26 Apr 2015 01:17:02 -0500

On Ubuntu or LinuxMint (or Debian), it is called "libsqlite3-dev"


On Sun, Apr 26, 2015 at 1:10 AM, Elias Mårtenson <address@hidden> wrote:

Is this on Ubuntu? There is a separate package called sqlite3-devel or something similar that you need to install for it to work.

Regards,
Elias

On 26 Apr 2015 15:56, <address@hidden> wrote:
Hi bug-apl,
 
I don't know why sqlite3 is not being found. In the following lines, 'buildapl' is a script that does ./configure ; make ; make install. The file 'buildapl.runlog' is recording  the both standard out and standard error. Im not sure if this would also be a reason, but I am using bash, on Ubuntu.  
 

address@hidden:trunk$ which sqlite
/usr/bin/sqlite


address@hidden:trunk$ which sqlite3
/usr/bin/sqlite3


address@hidden:trunk$ grep sql buildapl
./configure --with-sqlite3=/usr/bin/sqlite > buildapl.runlog


address@hidden:trunk$ sudo ./buildapl


address@hidden:trunk$ grep SQL buildapl.runlog
checking for SQLite3 library >= 3.0.0... not found
NOTE: the native function for accessing SQLite will not be built because
your SQLite installation is missing or incomplete (see details above)


address@hidden:trunk$ pico buildapl     #edit to change to 'sqlite3'


address@hidden:trunk$ grep sql buildapl

./configure --with-sqlite3=/usr/bin/sqlite3 > buildapl.runlog


address@hidden:trunk$ sudo ./buildapl


address@hidden:trunk$ grep SQL buildapl.runlog
checking for SQLite3 library >= 3.0.0... not found
NOTE: the native function for accessing SQLite will not be built because
your SQLite installation is missing or incomplete (see details above)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]