GoogleWell wrote: > I installed sqlite on my debian lighttpd (sqeeze) server. It is needed for > an application (business directory) used on a Joomla installation. This > particular component (SOBIPro) keeps telling me that sqlite is not > installed on my server.
SQLite is an embedded database and is usually compiled directly into the program/library that is using it. If your component accesses SQLite through PHP, you need to install a PHP version that includes SQLite, or some SQLite plugin for PHP, instead of the generic SQLite library. Regards, Clemens _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users