Hi Everyone,
I'm trying to build Perl 5.30.1 from sources. I'm using:
./Configure -des -Dextras="HTTP::Daemon HTTP::Request Test::More
Text::Template"
I'm seeing this in an endless loop (ad infinitum) on Fedora 1, Ubuntu
4, CentOS 5 and Fedora 31.
Running make for O/OA/OALDERS/HTTP-Date-6.05
On Tue, Jan 28, 2020 at 1:02 PM Jeffrey Walton wrote:
>
> On Tue, Jan 28, 2020 at 4:06 AM Jeffrey Walton wrote:
> >
> > Hi Everyone,
> >
> > I'm catching this error when building Perl from sources. Both Perl
> > 5.10.1 and Perl 5.30.1 experience it. I a
On Tue, Jan 28, 2020 at 4:06 AM Jeffrey Walton wrote:
>
> Hi Everyone,
>
> I'm catching this error when building Perl from sources. Both Perl
> 5.10.1 and Perl 5.30.1 experience it. I am seeing it on both Fedora 1
> and Cent OS 5.
>
> cc -o perl -L/home/jwalton/bo
Hi Everyone,
I'm catching this error when building Perl from sources. Both Perl
5.10.1 and Perl 5.30.1 experience it. I am seeing it on both Fedora 1
and Cent OS 5.
cc -o perl -L/home/jwalton/bootstrap/lib perlmain.o
lib/auto/attrs/attrs.a lib/auto/B/B.a
lib/auto/Compress/Raw/Bzip2/Bzip2.a lib/
On Tue, Jan 28, 2020 at 3:02 AM Shlomi Fish wrote:
>
> ...
> >
> > On Fedora 1 while trying to build Perl 5.10.1:
> >
>
> perl 5.10.1 is very old and no longer maintained (see what I wrote at
> https://github.com/shlomif/supporting-older-perl5-releases ), but OTOH so is
> Fedora 1.
Yeah, this is
Hi Everyone,
I regression test on old machines. The older machines need an updated
Git, SSH and Wget. To update Git, SSH and Wget I need to build a lot
of dependent software. Perl is one of them.
On Fedora 1 while trying to build Perl 5.10.1:
I've tried to compile and run the following simple p
On Thu, May 30, 2019 at 10:21 AM John SJ Anderson wrote:
>
>
> Do you know if there is a list of environmental variables anywhere?
>
>
> I think maybe this is what you’re looking for?
> https://perldoc.pl/perlrun#ENVIRONMENT
>
Thanks John. perlrun - I probably would not have found it on my own.
On Thu, May 30, 2019 at 10:14 AM Andrew Solomon wrote:
>
> Assuming you're on a Linux box the command 'env' should tell you that. Is
> that what you're looking for?
No. I'm looking for a list of Perl specific environmental variables.
Like the one you offered - PERL5LIB. Ideally the list would in
On Thu, May 30, 2019 at 9:19 AM Andrew Solomon wrote:
> In that case I think this should do the trick:
>
> export PERL5LIB="$PWD:$PERL5LIB"
>
Thanks, that fixed the Perl path problem.
Do you know if there is a list of environmental variables anywhere?
Jeff
ch directory.
I need to get a directory on-path. So I am looking for something like:
export PERLPATH="$PWD:$PERLPATH"
make check
...
That's why I want to see the environmental variables Perl uses.
Jeff
> On Thu, May 30, 2019 at 8:58 PM Jeffrey Walton wrote:
>&
Hi Everyone,
I need to fix a self test for a C library written in Perl. I don't
know Perl so it is a struggle. I am happy to refer to the manual, and
it is located at https://linux.die.net/man/1/perl (and others). It is
not clear to me which section of the manual covers environmental
variables use
11 matches
Mail list logo