Re: libcrypt.so.2

Поиск
Список
Период
Сортировка
От Luciano Miguel Ferreira Rocha
Тема Re: libcrypt.so.2
Дата
Msg-id 20020304213827.A4734@nsk.yi.org
обсуждение исходный текст
Ответ на libcrypt.so.2  ("Gtrica" <gtricarico@intin.it>)
Список pgsql-general
On Fri, Mar 01, 2002 at 09:40:05AM +0100, Gtrica wrote:
> Do I have to install RedHat 7.2?
No, you can just upgrade the glibc, although I recommend you to
just download the source rpm, build it, and then install it.

When building the rpms, you could gain some performance by
specifying --target i686 or whatever your arch is:

# rpm --rebuild --target i686 http://people.redhat.com/teg/pg/postgresql-7.2-1.72.src.rpm

or
# rpm --rebuild --target athlon
http://www.ca.postgresql.org/ftpsite/binary/v7.2/RPMS/SRPMS/postgresql-7.2-1PGDG.src.rpm

and then:
# rpm -Uvh /usr/src/redhat/RPMS/i686/postgres*

Regards,
Luciano Rocha

--
Luciano Rocha, strange@nsk.yi.org

The trouble with computers is that they do what you tell them, not what
you want.
                -- D. Cohen

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

Предыдущее
От: Darren Ferguson
Дата:
Сообщение: Re: libcrypt.so.2
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Help with SET TRANSACTION in a function