Re: orafce bug issue - Mailing list pgsql-bugs

From Tom Lane
Subject Re: orafce bug issue
Date
Msg-id 24733.1556806791@sss.pgh.pa.us
Whole thread Raw
In response to orafce bug issue  (Prakash Ramakrishnan <prakash.ramakrishnan.ap@nielsen.com>)
Responses Re: orafce bug issue  (Prakash Ramakrishnan <prakash.ramakrishnan.ap@nielsen.com>)
List 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 by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15789: libpq compilation with OpenSSL 1.1.1b fails on Windows with Visual Studio 2017
Next
From: Prakash Ramakrishnan
Date:
Subject: Re: orafce bug issue