> Jeremy May wrote:
> 
>    I Still Get :
> 
> [Tue Nov 20 18:10:46 2001] [error] sdbm store returned -1, errno 0, key 
>"01b45172134a3ac434dedfbea2df7b79" at
> /usr/local/lib/perl5/site_perl/5.6.1/MLDBM.pm line 161.
>         MLDBM::STORE('MLDBM=HASH(0x85a8738)', '01b45172134a3ac434dedfbea2df7b79', 
>'HASH(0x85a87bc)') called at
> /usr/local/lib/perl5/site_perl/5.6.1/MLDBM/Sync.pm line 82
>         MLDBM::Sync::AUTOLOAD('MLDBM::Sync=HASH(0x841cce0)', 
>'01b45172134a3ac434dedfbea2df7b79', 'HASH(0x85a87bc)') called at

Did you try:

# httpd.conf
PerlModule Apache::ASP
<Perl>
  $Apache::ASP::DefaultStateDB = 'DB_File';
</Perl>
PerlSetVar StateDB DB_File

Then also make sure to stop your web server, delete the contents
of StateDir, and start your web server.  Retest.  If you 
continue to get errors, it would help if you set:

 PerlSetVar Debug -3

and send the contents of your error log from a fresh start
of your web server to the point of the error.

Note that I have never had reason to do the above, as I have 
never gotten the errors you are getting with SDBM_File for 
the internal database, so we try this.

Also make sure your web server has write permissions to StateDir 
... chmod -R a+w $StateDir just to work through this bug, though 
you probably don't want to do this for real.  Also make sure 
your disk has enough space.  I am just stretching on these, but
it may help??

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to