Re: Strange problem upgrading to 7.0.3x - Mailing list pgsql-general

From Lamar Owen
Subject Re: Strange problem upgrading to 7.0.3x
Date
Msg-id 3A12B71E.7FF86B7F@wgcr.org
Whole thread Raw
In response to Strange problem upgrading to 7.0.3x  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Strange problem upgrading to 7.0.3x  (Rich Shepard <rshepard@appl-ecosys.com>)
Re: Strange problem upgrading to 7.0.3x  (Rich Shepard <rshepard@appl-ecosys.com>)
List 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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: char/varchar conversions
Next
From: Peter Eisentraut
Date:
Subject: Re: no history in psql on OpenBSD