The error messages shows up like this: ~/work/yapcom$ sqlite3 db/yapc.db SQLite version 3.2.8 Enter ".help" for instructions sqlite> .schema Error: unsupported file format sqlite> .quit ~/work/yapcom$ perl -MDBD::SQLite -e'print $DBD::SQLite::VERSION' 1.12 Gabor