You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use 4.1.0.31 this with DotNet Core 2.1 under Linux and get the following error at startup.
Unhandled Exception: System.TypeInitializationException: The type initializer for 'ZeroMQ.lib.zmq' threw an exception. ---> System.DllNotFoundException: Unable to load shared library '__Internal' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: lib__Internal: cannot open shared object file: No such file or directory
Is this supposed to work?
Cheers
Daniel
The text was updated successfully, but these errors were encountered:
I was able to make it work by putting the native library in the same folder as the main app (not in the architecture subfolder as it was for full framework).
EDIT: You can also fix the issue by manually installing libzmq3-dev package on the linux machine:
Hi
I'm trying to use 4.1.0.31 this with DotNet Core 2.1 under Linux and get the following error at startup.
Unhandled Exception: System.TypeInitializationException: The type initializer for 'ZeroMQ.lib.zmq' threw an exception. ---> System.DllNotFoundException: Unable to load shared library '__Internal' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: lib__Internal: cannot open shared object file: No such file or directory
Is this supposed to work?
Cheers
Daniel
The text was updated successfully, but these errors were encountered: