Re: Locale and Initdb Errors

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Travis West" <trav(dot)west(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Locale and Initdb Errors
Date: 2006-06-02 22:43:17
Message-ID: 11360.1149288197@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Travis West" <trav(dot)west(at)gmail(dot)com> writes:
> Yep, it was the glibc-common. I looked back through install.log and during
> the installation, there was an MD5 sum mismatch with that package, so it
> failed to install it. I downloaded it, installed it, and now postgresql
> starts.

Interesting. I had tried to replicate the problem here, and rpm
wouldn't let me:

$ sudo rpm -e glibc-common
error: Failed dependencies:
glibc-common = 2.4-8 is needed by (installed) glibc-2.4-8.i686
/usr/bin/gencat is needed by (installed) redhat-lsb-3.0-9.2.i386
/usr/bin/getconf is needed by (installed) redhat-lsb-3.0-9.2.i386
/usr/bin/iconv is needed by (installed) redhat-lsb-3.0-9.2.i386
/usr/bin/locale is needed by (installed) redhat-lsb-3.0-9.2.i386
/usr/bin/localedef is needed by (installed) redhat-lsb-3.0-9.2.i386
$

Of course I could have overridden that with --nodeps, but that's not the
point. What surprises me is that the installer would allow installation
to proceed without a package that core packages are marked as dependent
on. ISTM that's an installer bug; you ought to file a bug report about
it with Red Hat. (I would, but you have the evidence in the form of the
log file, so you should do it.)

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrej Ricnik-Bay 2006-06-02 22:48:57 Re: multiple psql commands in batch
Previous Message Travis West 2006-06-02 22:06:42 Re: Locale and Initdb Errors