Re: one-click installer postgresql-8.3.5-1-linux.bin failed

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "m zyzy" <myzyzy(at)gmail(dot)com>
Cc: "Dave Page" <dpage(at)pgadmin(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: one-click installer postgresql-8.3.5-1-linux.bin failed
Date: 2009-01-15 09:37:59
Message-ID: dcc563d10901150137qbf025d2wd72f2cdf90b6db3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jan 15, 2009 at 2:27 AM, m zyzy <myzyzy(at)gmail(dot)com> wrote:
>
> Scott , my latest attempt to install in centos 5 this time work well by
> re-downloading .bin installer . But , in fc10 the
> ./postgresql-8.3.5-1-linux.bin command still to no avail.
> for now , the text mode ,
> ./postgresql-8.3.5-1-linux.bin --mode text
> is the only way to go in fc10.

Any time I have to install on a distro that doesn't have proper pgsql
packaging for the version I wanna run, I've always built it from
source.

tar xvjf postgresql-8.3.5.tar.bz2
cd postgresql-8.3.5
./configure
make
sudo make install

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2009-01-15 09:44:09 Re: one-click installer postgresql-8.3.5-1-linux.bin failed
Previous Message m zyzy 2009-01-15 09:27:13 Re: one-click installer postgresql-8.3.5-1-linux.bin failed