Replies: 8 comments
-
You are probably missing some kind of dependency for that library. You might get a bit more information with |
Beta Was this translation helpful? Give feedback.
-
there is result And my version LDD The version Amazon Linux 2 use old version of GNU libc I must downgrade Magick.NET who use GNU libc 2.26 |
Beta Was this translation helpful? Give feedback.
-
If you want to use GLIBC_2.27 yum -y groupinstall "Development Tools" |
Beta Was this translation helpful? Give feedback.
-
Is there a docker image that I could check this with? For the |
Beta Was this translation helpful? Give feedback.
-
I have some local changes ready to resolve this so this should work in the next release but I would still like to have the name of an image I can use to check this. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
The max version the next release will use is GLIBC 2.17 and I will check for myself if I can find an image that I can use to reproduce this. |
Beta Was this translation helpful? Give feedback.
-
Hello, I encountered a similar issue about two months ago, and this thread was the top Google result when searching for a solution. I hope my experience can help someone facing the same problem. My exceptions looked like this:
Magick.NET worked perfectly fine locally, but not when deploying to stage/production. I made a sandbox project to figure out the problem and solution here. Adding To add
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!,
I use AWS with EC2 amazon linux 2 and NGINX.
My project use .Net 6.0 and is build in Azure DevOps and send by himself at the EC2.
I always same Error :
System.DllNotFoundException: Unable to load shared library 'Magick.Native-Q16-arm64.dll' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libMagick.Native-Q16-arm64.dll: cannot open shared object file: No such file or directory.
I add in my project https://github.com/dlemstra/Magick.NET/blob/main/docs/CrossPlatform.md
.csproj
Same problem
I add
.csproj
Same
On the server EC2 amazon linux 2 in root project there are dependencies Magick.Native.

I couldn't find a solution on the internet, can you help me?
Beta Was this translation helpful? Give feedback.
All reactions