Re: [HACKERS] change in name of perl?

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
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 01:15:53
Message-ID: 381E3B49.1AF23ABD@wgcr.org
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.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Simms 1999-11-02 01:20:34 Re: [HACKERS] Backend crashes (6.5.2 linux)
Previous Message Lamar Owen 1999-11-02 01:07:20 Re: [HACKERS] Backend terminated abnormally