On 6/14/07, John Day <[EMAIL PROTECTED]> wrote:
I have had this running successfully on another machine, but the client has moved server. When I try to install CAP::Authentication all the dependencies install OK, but I get this:t/50_driver_authensimple....skipped all skipped: Authen::Simple required for this test t/50_driver_dbi.............ok 1/74DBD::SQLite::st execute failed: database schema has changed(1) at dbdimp.c line 421 at
I believe that is a bug with SQLlite that has to do with prepare_cached and then changing the underlying database schema and using the same prepared statement again. So that is not really an issue for this plugin, and you can ignore the failures. There is supposed to be a fix for this in the latest version of SQLite , but I am not 100% if it has been released. Cheers, Cees --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
