Re: Strange problem upgrading to 7.0.3x

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Strange problem upgrading to 7.0.3x
Date: 2000-11-15 16:17:34
Message-ID: 3A12B71E.7FF86B7F@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rich Shepard wrote:
> So, can someone please explain to me why the 7.0.3-1 package complains
> that /lib/cpp isn't there when it is? FWIW, I got the same error when I
> tried using the --force switch with rpm. Something's screwy here.

Use --nodeps to override dependencies. It is complaining because RPM
apparently has no record of /lib/cpp -- rpm --rebuilddb may be needed.
RPM's dependencies are not checked against the filesystem, but against
the RPM database. You can verify this by executing 'rpm -qf /lib/cpp'
-- see what it says.

However, the error should not have occurred in the first place -- I
guess a -2 RPMset is in order.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-11-15 16:19:40 Re: char/varchar conversions
Previous Message Jeff Eckermann 2000-11-15 16:11:39 String substitution with "translate" function