Murat Doğan

Results 46 comments of Murat Doğan

Hello, As I replied here https://github.com/murat-dogan/node-datachannel/issues/178#issuecomment-1688914544; For arm64 openssl linked as a shared library. Unfortunately we need the right version to run. Please Check here; https://github.com/murat-dogan/node-datachannel/blob/c8197e28b39fd81f55818c0301995414fa877ff9/CMakeLists.txt#L27 I dont have a...

@SgtPooki Thank you. What I see from logs is you have OpenSSL v3 installed. So It will build also with it happily. ``` -- Found OpenSSL: /opt/homebrew/Cellar/openssl@3/3.2.1/lib/libcrypto.dylib (found suitable version...

I tried to build it with actions, it also built somehow :) Could you please check the result and actions? https://github.com/murat-dogan/node-datachannel/actions Could you download the binary and test it? https://github.com/murat-dogan/node-datachannel/releases/tag/v0.5.6-dev

`$> ldd node_datachannel.node` This command should also give the dynamic library list on Mac. This is the result for linux. It must be something like that. ``` murat@murat-ThinkBook:~/js/node-datachannel/build/Release$ ldd node_datachannel.node...

We have 2 different situations/problems here. Let's divide this into 2 issues to not cause confusion. Mac M1 OpenSSL static build - #229 Linux arm64 OpenSSL static build - #230...

@marcus-pousette Could you please try the new binary? https://github.com/murat-dogan/node-datachannel/releases/download/v0.5.6-dev/node-datachannel-v0.5.6-dev-napi-v8-linux-arm64.tar.gz