A -dev package for libsqlite3-0 does not appear to exist.

Asked by Barry Callahan

I'm trying to compile a program that requires sqlite3 on a system running Trusty. I found and installed the sqlite3 library files, but the headers and the pkg-config file aren't included in that package, and unlike most libraries, I can't find a libsqlite3-0-dev package in the repo.

I've tried searching using aptitude on the system (after ensuring that the indexes were all up-to-date. I have also searched on packages.ubuntu.com.

Am I missing something or was this an accidental omission?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu sqlite3 Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#1

Doesn't the following package contain what you needed?

http://packages.ubuntu.com/trusty/amd64/libsqlite3-dev/filelist

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

Look at https://launchpad.net/ubuntu/+source/sqlite3

The names of the binary packages are
 lemon: LALR(1) Parser Generator for C or C++
 libsqlite3-0: SQLite 3 shared library
 libsqlite3-0-dbg: SQLite 3 debugging symbols
 libsqlite3-dev: SQLite 3 development files
 libsqlite3-tcl: SQLite 3 Tcl bindings
 sqlite3: Command line interface for SQLite 3
 sqlite3-doc: SQLite 3 documentation

So I assume the package that you need is not called libsqlite3-0-dev but just libsqlite3-dev.

Revision history for this message
Barry Callahan (barryc-rjlsystems) said :
#3

Thanks Mark Rijckenberg, that solved my question.