[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: scoop and apache-perl problem



On Sun, Apr 27, 2003 at 10:32:10AM -0400, Kevin Coyner wrote:
> I'm trying to install 'scoop' on my Debian testing server but am getting
> the following error when I try to restart apache:
> 
> Starting web server: apache[Sun Apr 27 10:23:24 2003] [error] Can't
> locate Storable.pm in @INC (@INC contains: /usr/local/lib/perl/5.6.1
> /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5
> /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl .
> /etc/apache/ /etc/apache/lib/perl) at
> /usr/share/perl5/Apache/Session/Serialize/Storable.pm line 14.
> BEGIN failed--compilation aborted at
> /usr/share/perl5/Apache/Session/Serialize/Storable.pm line 14.
> Compilation failed in require at
> /usr/share/perl5/Apache/Session/MySQL.pm line 22.
> 
> Any idea as to what is causing this?  
> 
> What is Storable.pm in @INC?

@INC is the Perl library search path. Storable.pm is the filename of the
Storable module.

> My Storable.pm is in:
> 
> /usr/share/perl5/Apache/Session/Serialize/Storable.pm

No, that's the Apache::Session::Serialize::Storable module; not the same
module at all.

Storable is in the libstorable-perl package in testing. I'm guessing the
scoop maintainer forgot to include this as a dependency because it's
part of the main perl package in unstable. Please file a bug to let him
know of this; it won't be a big deal by the time we release sarge but it
would be useful for backwards compatibility.

Cheers,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: