|
From: | alexweiner |
Subject: | [Bug-apl] configuring gnuapl with sqlite3 |
Date: | Sat, 25 Apr 2015 22:55:53 -0700 |
User-agent: | MailAPI |
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)
[Prev in Thread] | Current Thread | [Next in Thread] |