On Ubuntu or LinuxMint (or Debian), it is called "libsqlite3-dev"
On Sun, Apr 26, 2015 at 1:10 AM, Elias MÃ¥rtenson <loke...@gmail.com> 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, <alexwei...@alexweiner.com> 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. >> >> >> a64@a64-U46E:trunk$ which sqlite >> /usr/bin/sqlite >> >> >> a64@a64-U46E:trunk$ which sqlite3 >> /usr/bin/sqlite3 >> >> >> a64@a64-U46E:trunk$ grep sql buildapl >> ./configure --with-sqlite3=/usr/bin/sqlite > buildapl.runlog >> >> >> a64@a64-U46E:trunk$ sudo ./buildapl >> >> >> a64@a64-U46E: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) >> >> >> a64@a64-U46E:trunk$ pico buildapl #edit to change to 'sqlite3' >> >> >> a64@a64-U46E:trunk$ grep sql buildapl >> >> ./configure --with-sqlite3=/usr/bin/sqlite3 > buildapl.runlog >> >> >> a64@a64-U46E:trunk$ sudo ./buildapl >> >> >> a64@a64-U46E: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) >> >