mod_perl2 reinstall for new perl 5.20......

olli hauer ohauer at gmx.de
Sun Sep 27 19:03:12 UTC 2015


On 2015-09-27 20:45, Larry Rosenman wrote:
> On 2015-09-27 13:42, olli hauer wrote:
>> On 2015-09-27 19:52, Larry Rosenman wrote:
>>> On 2015-09-27 12:47, olli hauer wrote:
>>>> On 2015-09-27 18:06, Larry Rosenman wrote:
>>>>>
>>>>>
>>>>> Is there a timeframe I should expect some help? I really can't wait much
>>>>> longer.
>>>>>
>>>>> I **CAN** give SSH/Sudo access to someone to help me here.
>>>>>
>>>>> I'm at a loss.
>>>>>
>>>>
>>>> I suspect there is an issue with your perl installation (something not
>>>> correct updated or leftovers)
>>>>
>>>> The following script contains the snippet that stops the build on your
>>>> system, it tries to get the version from ExtUtils/Embed.pm.
>>>>
>>>> http://people.freebsd.org/~ohauer/diffs/query_ExtUtils_Embed.pl
>>>>
>>>> Could you post the output of the script ?
>>> thebighonker.lerctr.org /home/ler $ perl query_ExtUtils_Embed.pl
>>> Use of uninitialized value $req in concatenation (.) or string at query_ExtUtils_Embed.pl line 34.
>>> ExtUtils::Embed version : 1.32 , req:
>>> Please repair your Module::CoreList at query_ExtUtils_Embed.pl line 35.
>>> BEGIN failed--compilation aborted at query_ExtUtils_Embed.pl line 43.
>>> thebighonker.lerctr.org /home/ler $
>>>
>>
>> Hm, seems there is something broken with your perl installation, what
>> is the output of
>> $ grep '^$VERSION' /usr/local/lib/perl5/5.20/ExtUtils/Embed.pm
>>
>> and
>> $ corelist -v 5.20.3 -d ExtUtils::Embed
> thebighonker.lerctr.org /home/ler $ grep '^$VERSION' /usr/local/lib/perl5/5.20/ExtUtils/Embed.pm
> $VERSION = '1.32';
> thebighonker.lerctr.org /home/ler $ corelist -v 5.20.3 -d ExtUtils::Embed
> 
> Module::CoreList has no info on perl 5.20.3
> 

ouch, it really seems your perl installation is broken.

Was this a install / upgrade with binary packages from FreeBSD or a self build ?

Please try to reinstall / rebuild your perl5 installation, if the simple tests (script command line) are running fine then I see no blocker for mod_perl.

In any cases also review the hints given by the command
$ pkg updating perl5

-- 
olli


More information about the freebsd-apache mailing list