02.10.2018, 18:31
Well, for Ubuntu, you have to do this.
for x64 ubuntu servers:
notice that parts with // at the end are most important but it's not bad to check other parts. for x86(x32, i386) ubuntu servers, you don't have to sudo dpkg.
for x64 ubuntu servers:
PHP код:
sudo dpkg --add-architecture i386//
sudo apt-get update//
sudo apt-get upgrade//
sudo apt-get install libc6-i386
sudo apt-get install libgcc1:i386
sudo apt-get install lib32gcc1
sudo apt-get install lib32stdc++6//
sudo apt-get dist-upgrade//