Re: orafce bug issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: orafce bug issue
Дата
Msg-id 24733.1556806791@sss.pgh.pa.us
обсуждение исходный текст
Ответ на orafce bug issue  (Prakash Ramakrishnan <prakash.ramakrishnan.ap@nielsen.com>)
Ответы Re: orafce bug issue  (Prakash Ramakrishnan <prakash.ramakrishnan.ap@nielsen.com>)
Список pgsql-bugs
Prakash Ramakrishnan <prakash.ramakrishnan.ap@nielsen.com> writes:
> while we are creating the orafce extension getting below error.
> AIBE01PR=# create extension orafce;
> ERROR:  could not load library "/usr/pgsql-11/lib/orafce.so":
> /usr/pgsql-11/lib/orafce.so: undefined symbol: DatumGetFloat4

Perhaps that extension was compiled against some old version of
Postgres (probably 9.6 or earlier)?  Ideally you'd get a version
incompatibility complaint first ... but unfortunately if the dynamic
linker is unhappy, that's going to come out before we can find out
what version the .so is for.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15789: libpq compilation with OpenSSL 1.1.1b fails on Windows with Visual Studio 2017
Следующее
От: Prakash Ramakrishnan
Дата:
Сообщение: Re: orafce bug issue