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