EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Error using on Postgres 10 #120

Closed jmaraujo closed 5 years ago

jmaraujo commented 5 years ago

Error when executing CREATE EXTENSION mongo_fdw;

Reported by Postgres 10: ERROR: could not load library "/usr/lib/postgresql/10/lib/mongo_fdw.so": /usr/lib/postgresql/10/lib/mongo_fdw.so: undefined symbol: _json_c_strerror

jmaraujo commented 5 years ago

I just read this PR: https://github.com/EnterpriseDB/mongo_fdw/pull/119/commits/6d7a3415316fd991d3adeec44d4acb28ebb1238d

Please approve it ASAP!

ahsanhadi commented 5 years ago

On Thu, 24 Jan 2019 at 4:59 AM, José Marcos notifications@github.com wrote:

I just read this PR: 6d7a341 https://github.com/EnterpriseDB/mongo_fdw/commit/6d7a3415316fd991d3adeec44d4acb28ebb1238d

Please approve it ASAP!

Sure will do today.

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EnterpriseDB/mongo_fdw/issues/120#issuecomment-457013777, or mute the thread https://github.com/notifications/unsubscribe-auth/AHmqpD9n3Pg0PfJkS7De1vsDWsFsJ1yVks5vGPdPgaJpZM4aP3Nf .

-- Ahsan Hadi Snr Director Product Development EnterpriseDB Corporation The Enterprise Postgres Company

Phone: +92-51-8358874 Mobile: +92-333-5162114

Website: www.enterprisedb.com EnterpriseDB Blog: http://blogs.enterprisedb.com/ Follow us on Twitter: http://www.twitter.com/enterprisedb

This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message.

andreasscherbaum commented 5 years ago

@jmaraujo Can you see if this PR fixed your problem: https://github.com/EnterpriseDB/mongo_fdw/pull/119

If yes, may I ask you to close this PR?

jmaraujo commented 5 years ago

Yeah! Fixed!