From owner-freebsd-perl@FreeBSD.ORG Wed Feb 16 11:12:12 2005 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DCF816A4CE for ; Wed, 16 Feb 2005 11:12:12 +0000 (GMT) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A7243D31 for ; Wed, 16 Feb 2005 11:12:11 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id C708F125466; Wed, 16 Feb 2005 12:12:09 +0100 (CET) Date: Wed, 16 Feb 2005 12:12:09 +0100 From: Anton Berezin To: Sergey Skvortsov Message-ID: <20050216111209.GF19577@heechee.tobez.org> References: <20050214154300.GA22736@leia.lambermont.dyndns.org> <20050215211838.GA67316@heechee.tobez.org> <1977F2B2E4A29902C013A350@[192.168.1.5]> <20050215215008.GB67316@heechee.tobez.org> <42132590.1010708@protey.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42132590.1010708@protey.ru> User-Agent: Mutt/1.4.2.1i X-Powered-By: FreeBSD http://www.freebsd.org/ cc: perl@FreeBSD.org Subject: Re: perl-after-upgrade X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 11:12:12 -0000 On Wed, Feb 16, 2005 at 01:50:56PM +0300, Sergey Skvortsov wrote: > Mathieu Arnold wrote: > >+-Le 15/02/2005 22:50 +0100, Anton Berezin a dit : > >|> I already asked once or twice, but I don't remember why it's bad to just > >|> : ldconfig -m /usr/local/lib/perl5/5.8.6/mach/CORE ? > >| > >| 1. Might break things on 4.X, where there is a "real" /usr/lib/libperl.so > >| 2. This is a larger cludge than patching up the binaries. :-) > > > >So, it worked because I don't have any 4.X with a /usr/bin/libperl.so :-) > ^^^ > No one have :) > > Anyway I think that /usr/lib/libperl.so (on 4.X) must be moved somewhere on > "use.perl port" (and moved back on "use.perl system"). > > The reason is incompatibility with mod_perl linked against libperl.so. There is/was the same problem with plperl. It turned out that the thing's configure _explicitly_ removes -R/path/to/libperl.so from ld flags. So what mod_perl needs to do is to stop being too clever and to start respecting perlembed. =Anton. -- The moronity of the universe is a monotonically increasing function. -- Jarkko Hietaniemi