mikakaraila / node-red-contrib-opcua

A Node-RED node to communicate OPC UA. Uses node-opcua library.
Other
212 stars 196 forks source link

ERR_OSSL_DSO_COULD_NOT_LOAD_THE_SHARED_LIBRARY #548

Closed youngkzy closed 1 year ago

youngkzy commented 1 year ago

ERR_OSSL_DSO_COULD_NOT_LOAD_THE_SHARED_LIBRARY This is the error message in Node-RED installed Nodes in the nodes palette. What Shared Library is this referring?

image

mikakaraila commented 1 year ago

Read this https://askubuntu.com/questions/1409458/openssl-config-cuases-error-in-node-js-crypto-how-should-the-config-be-updated

On Thu, Apr 6, 2023, 20:43 youngkzy @.***> wrote:

ERR_OSSL_DSO_COULD_NOT_LOAD_THE_SHARED_LIBRARY This is the error message in Node-RED installed Nodes in the nodes palette. What Shared Library is this referring?

[image: image] https://user-images.githubusercontent.com/48096208/230455228-f3bf0b0b-606e-42d0-ae6e-c2856005af20.png

— Reply to this email directly, view it on GitHub https://github.com/mikakaraila/node-red-contrib-opcua/issues/548, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHRYDDAWD5MXFYCM4ZG5A3W736CLANCNFSM6AAAAAAWVWJLTU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

youngkzy commented 1 year ago

Yes! I recalled that it was OpenSSL... I just copied the executable and folder to the run folder. Uninstalled, then Reinstalled it.

image

This shows content of folder above:

image

mikakaraila commented 1 year ago

I expect you solved this one by yourself.