Re: libcrypt.so.2

From: Luciano Miguel Ferreira Rocha <strange(at)nsk(dot)yi(dot)org>
To: Gtrica <gtricarico(at)intin(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: libcrypt.so.2
Date: 2002-03-04 21:38:27
Message-ID: 20020304213827.A4734@nsk.yi.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)nsk(dot)yi(dot)org

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hunter Hillegas 2002-03-04 21:41:26 Changes to NOW() in 7.2?
Previous Message Oliver Elphick 2002-03-04 21:35:43 Re: Help with SET TRANSACTION in a function