[SERVER] Latest Mono 5.0.0 will break the server. Read for Fix

Hello,

I try to follow your steps but nothing works …
Would it be possible to have more details on the commands to be made?

Thank you !

I updated my last post with more details.
Where are you stuck ?

I’m stuck at the first step …

I do not know how to download 4.8.1 on my dedicated and or put it …

I’m new to linux ><

You can setup a FTP service or use WinSCP to connect directly on your server with admin account.
But if you’re a beginner on Linux it 'll not be easy ^^

You could download it by using wget and then the link https://download.mono-project.com/sources/mono/mono-4.8.1.0.tar.bz2

Thanks, really what Rsts said was able to solve my problem.

If anyone is interested …

Ubuntu 17.04 Zesty Zapus with latest Mono from repo works fine with FiveM.

Just tested it on new server

Binary package “mono-complete” in ubuntu zesty

Ubuntu 17.04

== MONO 4.6.0 ==

apt-get update
apt-get install sudo
apt-get install build-essentials

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

apt-get install mono-complete

cd

wget http://download.mono-project.com/sources/mono/mono-4.6.0.125.tar.bz2 -O mono-4.6.0.125.tar.bz2
tar xvf mono-4.6.0.125.tar.bz2

ls
cd mono-4.6.0
./configure
make
make install

guys this works fallow the steps and u will be ok it worked for me and its simple to fallow

Hello,
a little information about the mono release.
v.4.8.1 is only to fix macOS security.
If you use other plateform, prefer v.4.8.0.524.
That’s what I red on Mono Releases official site

On https://download.mono-project.com/sources/mono/ you can find all releases in .tar.bz2.

Thanks to int0x and the actors of this topic.