The SQLite library must be installed on the server.
Make sure the database client locale is properly defined. The SQLite library uses UTF-8. If the
current character set (LANG/LC_ALL) is not UTF-8, like plain ASCII or UTF-8, the database driver
will make appropriate character set conversions.
You can make a connection test with the sqlite3*.bin command line tool.