DllNotFoundException libdl.so (2D Animation Package)

I have reported a bug 1161163 but I’m yet to hear anything back.

I have tested on latest alpha and problem still remains. Hoping since 2019.3 will be out of preview for Linux it might’ve helped.

I’m also not having any luck trying to figure out and solve the issue. In the Editor.log it is looking in the directory /home/user/Unity/Hub/Editor/2019.3.0a5/Editor/Data/Mono/lib/libdl.so. I have checked in windows but there is no libdl.so file there as well. So where is Windows getting this file from?

If anyone could help I would appreciate it a lot. Thanks

To save anyone opening a project to see errors I’ll print below:

and

The first error tells you that libdl.so was not found, so you need to install it.

libdl.so is part of the libc6-dev package.
use “sudo apt install libc6-dev-amd64 libc6-dev-i386 libncurses5”
After that, restart Unity.

The second error disappears because burst can initialize now without missing dependencies.

2 Likes