Re: Compiling Postgresql 8.0.3 on Solaris 10

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Aly Dharshi <aly(dot)dharshi(at)telus(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compiling Postgresql 8.0.3 on Solaris 10
Date: 2005-05-25 23:55:56
Message-ID: 10933.1117065356@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Aly Dharshi <aly(dot)dharshi(at)telus(dot)net> writes:
> alias ls='colorls -al'
> alias rm='rm -i'

> I don't see any aliases that are going to break the compile process.

I beg to differ --- I think the ones quoted above match your symptoms
pretty well. So the question is: why are they getting used in a
noninteractive script?

My bet is that you've defined these aliases in the wrong place.
I'm not sure about Solaris, but on Linux one conventionally puts
aliases like these in ~/.bashrc, which I think is not read by
plain sh. If you've put them in ~/.profile they are very likely
to break shell scripts.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2005-05-26 01:01:33 Re: PostgreSQL release schedule
Previous Message Tom Lane 2005-05-25 23:40:10 Re: unsupported frontend protocol