Skip Menu |

This queue is for tickets about the Perl-Repository-APC CPAN distribution.

Report information
The Basics
Id: 32052
Status: resolved
Priority: 0/
Queue: Perl-Repository-APC

People
Owner: Nobody in particular
Requestors: JDB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: buildaperl doesn't install a useshrplib perl
The problem is that ./perl will not find libperl.so: mysystem "./perl installperl" unless $Opt{noinstall}; A trivial fix would be to prefix the command with "LD_LIBRARY_PATH=. ". I think you can do this unconditionally, or you can scan $Opt{config} for /-Duseshrplib/ before adding it if you want to be more conservative.
Subject: Re: [rt.cpan.org #32052] buildaperl doesn't install a useshrplib perl
Date: Thu, 03 Jan 2008 01:18:04 +0100
To: bug-Perl-Repository-APC [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Wed, 02 Jan 2008 18:08:55 -0500, "JDB via RT" <bug-Perl-Repository-APC@rt.cpan.org> said:
Show quoted text
> Wed Jan 02 18:08:53 2008: Request 32052 was acted upon. > Transaction: Ticket created by JDB > Queue: Perl-Repository-APC > Subject: buildaperl doesn't install a useshrplib perl > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: JDB@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=32052 >
Show quoted text
> The problem is that ./perl will not find libperl.so:
Show quoted text
> mysystem "./perl installperl" unless $Opt{noinstall};
Show quoted text
> A trivial fix would be to prefix the command with "LD_LIBRARY_PATH=. ". > I think you can do this unconditionally, or you can scan $Opt{config} > for /-Duseshrplib/ before adding it if you want to be more conservative.
Looks like an excellent analysis to me and like a real trivial fix. Release 1.276 is out the door. Thank you! -- andreas