How to install libdl.so on linux contianers?

2k views Asked by At

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

0

There are 0 answers