Re: Strange problem upgrading to 7.0.3x

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: Strange problem upgrading to 7.0.3x
Дата
Msg-id 3A12B71E.7FF86B7F@wgcr.org
обсуждение исходный текст
Ответ на 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>)
Re: Strange problem upgrading to 7.0.3x  (Rich Shepard <rshepard@appl-ecosys.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: char/varchar conversions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: no history in psql on OpenBSD