09.03.2017, 20:23
Quote:
You did add the 32 bit architecture to the 64bit system via dpkg right? I normally write bash scripts to do this for me. So I have downloaded Ubuntu 16.04.1 and installed 32bit libraries using this:
Код:
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 |
Код:
sampserver/samp03$ nohup ./samp03svr & [6] 23966 sampserver/samp03$ nohup: ignoring input and appending output to 'nohup.out' [6] Exit 1 nohup ./samp03svr