Re: Compile error: command not found

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nathan Garlington" <garlinto(at)gmail(dot)com>
Cc: pgsql-ports <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Compile error: command not found
Date: 2008-05-02 16:59:06
Message-ID: 7609.1209747546@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Nathan Garlington" <garlinto(at)gmail(dot)com> writes:
> Now, I'm trying to setup the data cluster, so I use:
> initdb -D /usr/local/pgsql/data
> as the postgres user but the shell tells me that the 'initdb' does not exist.

Either you forgot the "make install" step, or it installed the programs
into someplace that isn't in your $PATH.

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Nathan Garlington 2008-05-02 17:16:40 Re: Compile error: command not found
Previous Message Nathan Garlington 2008-05-02 16:57:24 Compile error: command not found