Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jan 15, 2009 at 2:27 AM, m zyzy <myzyzy@xxxxxxxxx> 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

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux