Re: libcrypt.so.2 - Mailing list pgsql-general

From Luciano Miguel Ferreira Rocha
Subject Re: libcrypt.so.2
Date
Msg-id 20020304213827.A4734@nsk.yi.org
Whole thread Raw
In response to libcrypt.so.2  ("Gtrica" <gtricarico@intin.it>)
List 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 by date:

Previous
From: Darren Ferguson
Date:
Subject: Re: libcrypt.so.2
Next
From: Oliver Elphick
Date:
Subject: Re: Help with SET TRANSACTION in a function