From owner-freebsd-apache@freebsd.org Sun Sep 27 19:15:11 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 161F9A0AE89 for ; Sun, 27 Sep 2015 19:15:11 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E3F98BE9 for ; Sun, 27 Sep 2015 19:15:10 +0000 (UTC) (envelope-from ler@lerctr.org) Received: by mailman.ysv.freebsd.org (Postfix) id E0FA2A0AE88; Sun, 27 Sep 2015 19:15:10 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6976A0AE87 for ; Sun, 27 Sep 2015 19:15:10 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99DA4BE8 for ; Sun, 27 Sep 2015 19:15:10 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version; bh=FYBA4YSU4fT0qcjPNfOTVgko/0nHJa+CQ/MVtU+LU60=; b=qaJJy6fknJXoeCtuYO7Q5Vfdrz Hht19jqV06SV2XyTT+PHestGkJur6IUvZDO2/5BOXnWch4FB/spuIXPajnREAcScqQrUpYBKo3YOQ I7EPvqVOr9KUYw4sUv4+l4wolGyONcH0+TFd9eW0lnhWGQRy0jt7Y55H4TBp0vIjDfRM=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:18550 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:ECDHE-RSA-AES128-SHA:128) (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZgHPg-000KBY-Ui; Sun, 27 Sep 2015 14:15:09 -0500 Received: from cpe-70-113-56-244.austin.res.rr.com ([70.113.56.244]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Sun, 27 Sep 2015 14:15:08 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 27 Sep 2015 14:15:08 -0500 From: Larry Rosenman To: olli hauer Cc: "apache@FreeBSD.org" , "Philip M. Gollucci" Subject: Re: mod_perl2 reinstall for new perl 5.20...... In-Reply-To: <56083DB8.7030201@gmx.de> References: <09ecbfad66f47a89019c31d06dea6eb1@thebighonker.lerctr.org> <411c2238f1ca107d5ab0b0ff8d8184e8@thebighonker.lerctr.org> <56082B99.40908@gmx.de> <1cf7fb0726682155c3ece1414d4d738b@thebighonker.lerctr.org> <56083892.3080709@gmx.de> <39a0bf70092dc9e2cbf0832eaf513527@thebighonker.lerctr.org> <56083DB8.7030201@gmx.de> Message-ID: X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.1.2 X-Spam-Score: -1.0 (-) X-LERCTR-Spam-Score: -1.0 (-) X-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 X-LERCTR-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1, SHORTCIRCUIT=-0.0001 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2015 19:15:11 -0000 On 2015-09-27 14:04, olli hauer wrote: > 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 sudo portmaster p5-Module-CoreList-5.20150820 fixed it. Really weird. I wonder how I missed updating that one. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961