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

Re: attempt at using most perl modules



On Sat, 21 Apr 2018, Helmut Grohne wrote:
> I'm not interested in doing a MBF nor in dissecting the resuts. So I
> simply attach what I have and hope that the analysis is useful to you.

Thanks for at least running through these.

> After installing libapache-gallery-perl (version 1.0.2-5), using the module Apache::Gallery
> in a perl interpreter fails with the following error:
> 
> Can't locate mod_perl.pm in @INC (you may need to install the mod_perl module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Apache/Gallery.pm line 33.
> BEGIN failed--compilation aborted at /usr/share/perl5/Apache/Gallery.pm line 42.
> Compilation failed in require at -e line 1.
> BEGIN failed--compilation aborted at -e line 1.

This is actually expected; Apache::Gallery is a mod perl module, and
won't work properly outside of it. [This failure is because it's trying
to detect mod_perl vs mod_perl2 and MOD_PERL_API_VERSION isn't set;
Debian just depends on mod_perl2 since we don't ship mod_perl 1.]

-- 
Don Armstrong                      https://www.donarmstrong.com

It was a very familiar voice. [...] It was a voice you could have used
to open a bottle of whine.
 -- Terry Pratchett _The Last Continent_ p270


Reply to: