Re: Upgrade 7.0.3 -> 7.1.3 problems!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrade 7.0.3 -> 7.1.3 problems!
Дата
Msg-id 16761.1012336048@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Upgrade 7.0.3 -> 7.1.3 problems!  (David Link <dlink@soundscan.com>)
Список pgsql-general
David Link <dlink@soundscan.com> writes:
> psql: error while loading shared libraries: psql: undefined symbol:
> PQgetssl
>>
>> This looks like psql was compiled with SSL support and libpq wasn't.
>> Are you sure you installed a complete set of compatible RPMs?  I'd
>> say one or the other file wasn't updated.

> What's a complete set?  What I thought all I needed was:
>  postgresql-7.1.3-1PGDG.i686.rpm
>  postgresql-perl-7.1.3-1PGDG.i686.rpm
>  postgresql-server-7.1.3-1PGDG.i686.rpm

> Do I need more?

Darn if I know, but the 'rpm' command could tell you what these rpms
provide.  Also try "rpm -qa | grep postgres" to see if you have any
prior-version rpms you forgot to replace.

If postgresql-7.1.3-1PGDG.i686.rpm does indeed provide both libpq.so
and the psql executable, then the next likely problem is that you
have multiple versions of libpq.so on your system and psql is picking
up the wrong one.  Fooling about with the search path via ldconfig
should fix that, once you figure out what is where.

            regards, tom lane

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

Предыдущее
От: Jeff Anto
Дата:
Сообщение: outer joins complexity
Следующее
От: David Link
Дата:
Сообщение: Re: Upgrade 7.0.3 -> 7.1.3 problems!