node-libpq icon indicating copy to clipboard operation
node-libpq copied to clipboard

Attempt to build w/o vendor libssl

Open brianc opened this issue 5 years ago • 2 comments

I'm going to work on trying to get the build working without requiring the user to install a new version of libssl. I'm a bit rusty on this so help is definitely appreciated, and I'm probably gonna thrash here a bit...

This looks somewhat helpful, though the resolution instructions are cryptic

brianc avatar Jun 25 '19 14:06 brianc

Further reading:

https://stackoverflow.com/questions/52672253/how-to-compile-node-js-native-addon-against-own-openssl-library

https://github.com/nodejs/node/issues/24964

https://github.com/nodejs/node-gyp/issues/1559

brianc avatar Jun 25 '19 15:06 brianc

Hey @brianc Could a similar solution be used to circumvent the issue between Node18+'s OpenSSL 3 and libpq's OpenSSL 1.x?

AntoineTB avatar Aug 21 '23 20:08 AntoineTB