From: | "Nathan Garlington" <garlinto(at)gmail(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-ports <pgsql-ports(at)postgresql(dot)org> |
Subject: | Re: Compile error: command not found |
Date: | 2008-05-02 17:16:40 |
Message-ID: | e7b855e50805021016j1c69fbb3i8d0fdb9bc53972a4@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
well, after I unzipped and untarred the source,
I changed dir into the postgres-8.3.1 dir and executed:
$: ./configure
when complete, did
$: gmake
which took a while, and then did
$: gmake install
I did all of this as per the instructions in the pgsql manual for ver.
8.3.1. When the install completed, I was told the postgres was
successfully installed on my system
But if there is a problem with $PATH environment var, it looks like
there are some other instructions I can follow. I will try those in
the meantime.
On Fri, May 2, 2008 at 10:59 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "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
>
--
Regards,
Nathan Garlington
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Garlington | 2008-05-02 19:23:50 | Compile error: command not found |
Previous Message | Tom Lane | 2008-05-02 16:59:06 | Re: Compile error: command not found |