Re: dlopen() of libpgsqlodbc.so >= release 7.1 fails on sparc solaris 2.8

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: dlopen() of libpgsqlodbc.so >= release 7.1 fails on sparc solaris 2.8
Дата
Msg-id Pine.LNX.4.30.0106111655510.756-100000@peter.localdomain
обсуждение исходный текст
Ответ на dlopen() of libpgsqlodbc.so >= release 7.1 fails on sparc solaris 2.8  (Bob Deblier <bob@virtualunlimited.com>)
Ответы Re: dlopen() of libpgsqlodbc.so >= release 7.1 fails on sparc solaris 2.8  (Bob Deblier <bob@virtualunlimited.com>)
Список pgsql-hackers
Bob Deblier writes:

> While trying to upgrade Postgres from version 7.0.3 to 7.1.2, I find that a
> program which dlopens the library mentioned above now produces the following
> error message:
>
> ld.so.1: ./BeeHive: fatal: relocation error: file
> /opt/pgsql/lib/libpsqlodbc.so: symbol main: referenced symbol not found

Try using the flag RTLD_GLOBAL in dlopen().

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: PostgreSQL and replication
Следующее
От: mlw
Дата:
Сообщение: Re: REPLACE INTO table a la mySQL