DllNotFoundException: libgdiplus.so.0Solved

Hello,

I have similary problem, I don't have linux root acces on my Rust server only a Hosting panel from the provider and an ftp acces, so i can't install a Lib.

I open a ticket to the provider and send your F.A.Q. link. Their answer is : the package has been installed on the system now! :)

The server run on

System
Name: 77026
OS: Linux 4.9 Debian 9.9 64bit

CPU
Model: Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
Cores: 12
Memory: 64321 MB 

I delet signArtist Install again reboot server, then same message. So i decide to download on my pc the Lib, uncompress this with a software and finally got the libgdiplus.so.0. So I try to put everywhere on the ftp RustDedicated_data/managed etc.. but still doesn't work

How can I resolve this probleme ? (Sorry if you don't understand my english)

sounds like your provider did not install it, or the correct package and its dependicies. libgdiplus is the correct package on debian..

Thx for answer so i open a new ticket. I now wait what's happen's

Unless you have shell access into your game server, there is nowhere you can put it that would likely work.  It needs to go in somewhere containing the other system or addon libraries, perhaps /usr/lib or /usr/lib64.

So i open a new ticket and they Install this package. My server run under Debian 9.9

"sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian stretch main" | sudo tee /etc/apt/sources.list.d/mono-official.list
sudo apt-get update"

but still same message... sooo im lost

apt-get update; apt-get install libgdiplus 
Finally solved THX U
Locked automatically