2010/4/27 Jiří Pavlovský <j...@getnet.cz>: > I want to use CHI with SQLite backend for my app. > Tested in cgi environment it worked ok, but under mod_perl > it croaks in CHI DBI driver when trying to create the tables with mysterious > "no error" error.
Try running a small piece of code that opens a SQLite database and writes to it from mod_perl. If that doesn't work then you may need to re-compile DBD::SQLite with the same perl that you compiled mod_perl with. - Perrin