Date: Sun, 27 Sep 2015 21:04:24 +0200 From: olli hauer <ohauer@gmx.de> To: "apache@FreeBSD.org" <apache@freebsd.org> Cc: Larry Rosenman <ler@lerctr.org>, "Philip M. Gollucci" <pgollucci@p6m7g8.com> Subject: Re: mod_perl2 reinstall for new perl 5.20...... Message-ID: <56083DB8.7030201@gmx.de> In-Reply-To: <39a0bf70092dc9e2cbf0832eaf513527@thebighonker.lerctr.org> References: <ff187f960850a10676198def189d4218@thebighonker.lerctr.org> <CACM2dAZA7oE97JV9g9XFU-bRjNu%2BwnHV%2BvBFLzvOVSPeegD8fQ@mail.gmail.com> <09ecbfad66f47a89019c31d06dea6eb1@thebighonker.lerctr.org> <CACM2dAaA=--sy1d1XGt-53vzQOZnvL5CE%2BJ5VfF%2BUJm16j0Dhg@mail.gmail.com> <411c2238f1ca107d5ab0b0ff8d8184e8@thebighonker.lerctr.org> <56082B99.40908@gmx.de> <1cf7fb0726682155c3ece1414d4d738b@thebighonker.lerctr.org> <56083892.3080709@gmx.de> <39a0bf70092dc9e2cbf0832eaf513527@thebighonker.lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56083DB8.7030201>