On Thu, 2002-02-28 at 06:16, Domien Bakker wrote:
> Hello,
> 
> I am trying to use Apache::Session to store http session information. 
> The version number of Apache::Session is 1.54. It is running on
> Apache/1.3.20 (Unix) mod_perl/1.26 configured.
> ...
> Both methods resolve to the same error:
> 
> [Thu Feb 28 11:46:39 2002] [error] Storable binary image v24.48 more
> recent than I am (v2.4) at blib/lib/Storable.pm (autosplit into
> blib/lib/auto/Storable/thaw.al) line 351, at
> /usr/local/lib/perl5/site_perl/5.6.1/Apache/Session/Serialize/Storable.p
> m line 27
> 
> Does anybody knows a sollution to this problem, as far as I can see, all
> Apache::Session modules are up to date.

This sounds like someone with a more recent version of Storable in their
private lib has been testing sessions or something, since there's a
mismatch of what is in the database versus the module trying to read the
data. Be sure you've got the latest version of Storable installed.

Chris
 
-- 
Chris Winters ([EMAIL PROTECTED])
Building enterprise-capable snack solutions since 1988.

Reply via email to