Re: Installing PG 7.3.1 on Solaris 8

From: Justin Clift <justin(at)postgresql(dot)org>
To: PostgreSQL General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing PG 7.3.1 on Solaris 8
Date: 2003-01-29 19:27:51
Message-ID: 3E382B37.3090505@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
<snip>
> Justin, what was your PATH when you wrote that document? You don't
> mention needing GNU awk ... what did configure pick for you?

Don't recall off of the top of my head, however the only other place
likely to have awk in it is /usr/ccs/bin.

Chris, if you could set your path to something like:

PATH=/usr/ccs/bin:/usr/local/bin:/usr/bin

That should force any awk in /usr/ccs/bin to be found first.

It's probably best if you do a "make clean" and remove the config.cache
file before doing ./configure again and compiling.

If that works for you, then the Solaris packaging guide will definitely
be updated with a note to reflect this. If not, then I'd suspect you
might not have all of the Solaris development packages installed, or you
box may need patching to bring it up to date.

Regards and best wishes,

Justin Clift

> regards, tom lane

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2003-01-29 19:52:18 plperl functions -- can they call each other?
Previous Message Tom Lane 2003-01-29 19:11:56 Re: Query gone wild