Jimmer Flash
Jimmer Flash

Reputation: 41

How to install libdl.so on linux contianers?

I am using Visual Studio .net Core with Linux Docker Contianers. I am attempting to use dlopen, which is part of the libdl.so library. I get:

DllNotFoundException

.

Unable to load shared library libdl.so or one of its dependencies

I was going to download the .so somewhere and put it in the execution path. Unfortunately I could not find a straight copy of libdl.so.

Is there some way to include this library? Maybe a Nuget package Thanks

Upvotes: 4

Views: 2416

Answers (0)

Related Questions