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

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: one-click installer postgresql-8.3.5-1-linux.bin failed
Дата
Msg-id dcc563d10901150137qbf025d2wd72f2cdf90b6db3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: one-click installer postgresql-8.3.5-1-linux.bin failed  ("m zyzy" <myzyzy@gmail.com>)
Список pgsql-general
On Thu, Jan 15, 2009 at 2:27 AM, m zyzy <myzyzy@gmail.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

В списке pgsql-general по дате отправления:

Предыдущее
От: "m zyzy"
Дата:
Сообщение: Re: one-click installer postgresql-8.3.5-1-linux.bin failed
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: one-click installer postgresql-8.3.5-1-linux.bin failed