Sophokles Zafeiris wrote:
> Hi,
> 
>  [Thu Jul 18 16:12:50 2002] [error] sdbm store returned -1, errno 2, key 
> "0ed942d
> 
> cb620f8a58886fae502846034" at 
> /usr/local/lib/perl5/site_perl/5.6.1/MLDBM.pm line
> 

This is an Apache::ASP issue.  For future support for it, please
subscribe to the mailing list at [EMAIL PROTECTED]

The error you are getting is likely to do with the key/value
data being too large for SDBM_File used by default for $Session
storage. You can use other databases by setting StateDB to
something like DB_File or MLDBM::Sync::SDBM_File. Note, the latter
comes with MLDBM::Sync, so you already have it installed.

This error might also be from not having write access for the
httpd User to StateDir.  Make sure that is OK too if the prior
fix did not help you.

--Josh
________________________________________________________________
Josh Chamas, Founder                   phone:714-625-4051
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com

Reply via email to