murat-dogan / node-datachannel

WebRTC For Node.js and Electron. libdatachannel node bindings.
Mozilla Public License 2.0
292 stars 56 forks source link

OpenSSL 1.1 #241

Closed kevglass closed 5 months ago

kevglass commented 6 months ago

I'm trying to get the library running in a linux container, however it looks like the build is linked against OpenSSL 1.1.1 - and I can't get a supported package for the shared libraries for libssl.so.1.1 - earliest I can get in 3.

I'm going to try install 1.1 manually but wanted to check this is whats expected?

kevglass commented 6 months ago

Hmm, or in 0.6.0 its statically linked?

murat-dogan commented 6 months ago

Yes exactly. Could you please try 0.6.0?

kevglass commented 6 months ago

Yep, I built 0.6.0 to test the CJS module - and all worked well.

Thank you for all your hard work.