Skip to content. | Skip to navigation

Navigation

Personal tools

Development Applications

Perl, CVS, Databases, that sort of stuff

SQLite

SQLite is used by Trac.

Build

Problems with PIC libraries again:

cd .../sqlite-3.3.17

./configure --prefix=/usr/local/${PWD##*/} --with-pic
make
make install

You could run make test but it'll fail unless you have compiled against the TCL libraries successfully. Solaris might well be missing the vital tclConfig.sh.

Document Actions