imazen / imageflow-dotnet

The official .NET API for Imageflow, the Rust image processing and optimization engine for web servers
GNU Affero General Public License v3.0
143 stars 25 forks source link

DllNotFoundException: Unable to load shared library 'libdl.so' or one of its dependencies #10

Closed mcm-ham closed 4 years ago

mcm-ham commented 4 years ago

I've installed:

Imageflow.NativeRuntime.ubuntu_18_04-x86_64 1.1.0-rc18 Imageflow.Net 1.1.0-rc18

On top of this docker image: mcr.microsoft.com/dotnet/core/runtime:3.1-bionic

But I see this error at runtime:

DllNotFoundException: Unable to load shared library 'libdl.so' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibdl.so: cannot open shared object file: No such file or directory

Do you know what I'm missing? It works fine on Windows.

mcm-ham commented 4 years ago

Following this instruction seemed to fix it for me: https://github.com/dotnet/dotnet-docker/issues/618#issuecomment-405979425

lilith commented 4 years ago

Ok, thank you.