Re: libpq.so.2 and postgresql-libs-7.3.3 RPM

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: libpq.so.2 and postgresql-libs-7.3.3 RPM
Дата
Msg-id 200306292152.52492.lamar.owen@wgcr.org
обсуждение исходный текст
Ответ на libpq.so.2 and postgresql-libs-7.3.3 RPM  (Robert L Mathews <lists@tigertech.com>)
Список pgsql-general
On Saturday 28 June 2003 23:31, Robert L Mathews wrote:
> The problem was that the postgresql-libs-7.3.3-1 RPM package advertises
> itself as providing libpq.so.2, when in fact it does not do so: it
> provides only libpq.so.3.

You're right; they're different.  Recompile the client; 'rpmbuild --rebuild'
is they way to go.

> Anyway: unless I'm missing something, shouldn't the "Provides:
> libpq.so.2" be removed from the RPM source spec to prevent this problem?

Yes.  I will do that for the next release.

> Alternately, if it _is_ safe to symlink to libpq.so.3, shouldn't the RPM
> do that?

No.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PG crash on simple query
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PlPython