Re: [GENERAL] postgresql source build instructions for ubuntu 7.04

2008-01-23 Thread T.J. Adami
On 22 jan, 05:02, [EMAIL PROTECTED] (Julio Cesar Sánchez González) wrote: > Jon Hancock wrote: > > The INSTALL file for postgresql 8.3rc1 lists the following install > > instructions: > > > ./configure > > gmake > > su > > gmake install > > adduser postgres > > mkdir /usr/local/pgsql/data > > chown

Re: [GENERAL] postgresql source build instructions for ubuntu 7.04

2008-01-21 Thread Julio Cesar Sánchez González
Jon Hancock wrote: The INSTALL file for postgresql 8.3rc1 lists the following install instructions: ./configure gmake su gmake install adduser postgres mkdir /usr/local/pgsql/data chown postgres /usr/local/pgsql/data su - postgres /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data /usr/local/p

Re: [GENERAL] postgresql source build instructions for ubuntu 7.04

2008-01-20 Thread Greg Smith
On Fri, 18 Jan 2008, Jon Hancock wrote: I get to the 4th step and see I need gmake. I use make instead. If you look at your make you'll probably find this: [EMAIL PROTECTED]:~$ make -v GNU Make 3.81 The standard Ubuntu make is gmake, just isn't named that way by them. The bin directory is

Re: [GENERAL] postgresql source build instructions for ubuntu 7.04

2008-01-20 Thread Leonel Nunez
> The INSTALL file for postgresql 8.3rc1 lists the following install > instructions: > > ./configure > gmake > su > gmake install > adduser postgres > mkdir /usr/local/pgsql/data > chown postgres /usr/local/pgsql/data > su - postgres > /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data > /usr/loc

[GENERAL] postgresql source build instructions for ubuntu 7.04

2008-01-20 Thread Jon Hancock
The INSTALL file for postgresql 8.3rc1 lists the following install instructions: ./configure gmake su gmake install adduser postgres mkdir /usr/local/pgsql/data chown postgres /usr/local/pgsql/data su - postgres /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data /usr/local/pgsql/bin/postgres -D