Re: [HACKERS] change in name of perl?

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] change in name of perl?
Date: 1999-11-02 02:35:48
Message-ID: 199911020235.VAA06571@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce Momjian wrote:
> >
> > > The installed name of perl in needed in interfaces/Makefile. This
> > > seems to have been changed from perl to perl5 sometime between 6.5 and
> > > 6.5.2. I missed discussion of this, I guess.
> >
> > You mean the directory name was changed? I don't see any perl-mentioned
> > changes in these releases.
>
> src/interfaces/Makefile:
> -----------
> perl5/Makefile: perl5/Makefile.PL
> cd perl5 && perl5 Makefile.PL
>
> install-perl5: perl5/Makefile
> $(MAKE) -C perl5 clean
> cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl5 Makefile.PL
> -----------
> Should be:
> -----------
> perl5/Makefile: perl5/Makefile.PL
> cd perl5 && perl Makefile.PL
>
> install-perl5: perl5/Makefile
> $(MAKE) -C perl5 clean
> cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
> -----------
> Which is the way it read in 6.5.1, IIANM. I know that I didn't have to
> patch this in 6.5.1.

Thanks again.

I had applied someone's patch so perl5 would be used, but that broke
many things. I fixed the current tree to use $(PERL) as defined in
Makefile.global. I just patched stable the same way. Please test.
Thanks.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-11-02 02:41:59 Re: [HACKERS] sort on huge table
Previous Message Don Baccus 1999-11-02 02:35:00 Re: [HACKERS] sort on huge table