On Mon, Feb 11, 2002 at 08:30:12PM +0100, Gerald Richter wrote: > > [Fri Feb 08 14:24:31 2002] [error] [client 127.0.0.1] Cannot require > > Apache::Session::Store::DB_File (Can't locate DB_File.pm in @INC (@INC > > contains: C:/Perl/lib C:/Perl/site/lib .) at > > C:/Perl/site/lib/Apache/Session/Store/DB_File.pm line 14. > > > > C:\Perl>dir/s DB_File.pm > > Volume in drive C has no label. > > Volume Serial Number is D0F7-FAFC > > > > Directory of C:\Perl\site\lib\Apache\Session > > > > 09/01/2000 03:01p 1,960 DB_File.pm > > 1 File(s) 1,960 bytes > > > > Directory of C:\Perl\site\lib\Apache\Session\Store > > > > 05/25/2000 11:11p 3,193 DB_File.pm > > 1 File(s) 3,193 bytes > > > > Total Files Listed: > > 2 File(s) 5,153 bytes > > 0 Dir(s) 696,504,320 bytes free
you also need the "DB_File" module itself. line 14 of Apache::Session::Store::DB_File is "use DB_File;" check CPAN, activestate, etc. -- - Gus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
