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
|
Список | 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 по дате отправления: