From: Boris Z. <bz...@2b...> - 2004-05-14 23:41:37
|
Hi Shawn, just a first shoot out of the do you have permissions to modify the file eg/dbfile please look there. Or retry the whole test as a non root user. At do everything at first as normal user. tar zxf Apache-PageKit-1.14.tar.gz cd Apache-PageKit-1.14 perl Makefile.PL make ./t/TEST -start-httpd Am Freitag, 14. Mai 2004 20:49 schrieb Shawn Poulson: > Hello all, > > I'm familiarizing myself with the Apache::PageKit framework. I've > installed it and its necessary requisites as listed in the docs. > > I've gotten the eg site to work from the Apache-PageKit-1.14 directory. > I run: > t/TEST -start-http > > It essentially works, but it appears to dump a server error whenever it > does session related things. I watch the t/logs/error_log and I get > this for each server error: > ----- > DBD::SQLite::st execute failed: at > /usr/lib/perl5/site_perl/5.6.1/Apache/Sessio > n/Store/DBI.pm line 42. > DBD::SQLite::st execute failed: at > /usr/lib/perl5/site_perl/5.6.1/Apache/Sessio > n/Store/DBI.pm line 42. > [Fri May 14 13:47:16 2004] [error] DBD::SQLite::st execute failed: at > /usr/lib/ > perl5/site_perl/5.6.1/Apache/Session/Store/DBI.pm line 42. > ----- > > I am running MySQL 3.23.48, installed DBD::mysql and Apache::SessionX. > SessionX's test for MySQL session came out OK with semaphores and with > locks. Database entries existed in the sessions table after this test, > so I know my database is setup ok. > > When I reference the line number above, Apache::Session::Store::DBI > attempts to execute a statement handle, but I have no way of knowing > what is really going wrong with this handle. > > I did a bunch of searching, but turned up nothing. I was hoping others > have seen this before and can suggest what to do. > > My system setup is SuSE Linux 8.0, kernel 2.4.18-64GB-SMP with Apache > 1.3.23, mod_perl 1.26. > > Any help is appreciated. Thanks in advance. > > ===== > --- > Shawn Poulson > spo...@co... > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Pagekit-users mailing list > Pag...@li... > https://lists.sourceforge.net/lists/listinfo/pagekit-users -- Boris |