Linux Mint 19.1 x64.
Unity dont see libdl.so.
Linux Mint 19.1 x64.
Unity dont see libdl.so.
You may need to install theese LLVM Librarys, after that the error goes away.
# apt install libc6-dev-amd64 libc6-dev-i386 libncurses5
I tried doing what you recommended here, but it literally just keeps sending me in circles. I try to install all 3 at once but it wont because of a dependency issue, so I try just libc6-dev-amd64 and libncurses5, works fine, then I try libc6-dev-i386, which seems like it removes libc6-dev-amd64, so on and so forth. Doing all 3 brings the error of:
libc6-dev-i386 : Depends: libc6-i386 (= 2.29-0ubuntu2) but it is not going to be installed Recommends: gcc-multilib but it is not going to be installed
but then installing gcc-multilib makes it loop around between gcc-multilib and gcc-multilib:1386, etc etc. I want to smash something after messing around with it for an hour trying to figure out the magical combination so I can get rid of these damn errors in Unity.
DllNotFoundException: libdl.so
Unexpected error while trying to initialize the burst JIT compiler: Unexpected exception occured while initializing burst JitCompilerService
Edit - - Apparently, also, going down that rabbit hole seems to have messed something up, when I rebooted I came straight to terminal prompt and had to manually type startx, then reenable my video drivers, reboot again, and startx again to get to a semi normal desktop. : /
Running apt update also now tells me that pretty much everything on my system is ready to be removed with auto-remove.
I’ve used Pop_OS! 18.10 at that time, im using Manjaro now and i only needed to install libncurses5 for it.
What is your Distro?
Pop_OS 19.04. I didn’t try just that one, I had only tried what you suggested prior. I will give it a try and see what happens.
Thanks,
-MH
** Edit - I was hopeful, but unfortunately there was no change after the addition of libncurses5.