Ubuntu 16.04.1 LTS ia32-libs issue.
#1

I've ran many samp servers on linux distros in my days but I can't seem to figure out what's going on here. I've downloaded and extracted the server, used chmod on the files in the folder and I've even updated as many libraries as I could think to update or install. The root of the error seems to be that you cannot install ia32-libs on the 64 bit server.

Does anyone know a workaround for this or is it just impossible to run a samp server on 16.04?

Thanks in advance.
Reply
#2

ia32-libs package was removed in newer repositories, you need to install lib32stdc++6
Reply
#3

Quote:
Originally Posted by dugi
Посмотреть сообщение
ia32-libs package was removed in newer repositories, you need to install lib32stdc++6
Once I figured out that they had removed the package that was the first thing I tried, I should have mentioned that more clearly. That's why I'm so confused about this.

The file seems as if it's running fine when I tell it to, but it immediately exits with no apparent error.
Reply
#4

Quote:
Originally Posted by Sebz
Посмотреть сообщение
Once I figured out that they had removed the package that was the first thing I tried, I should have mentioned that more clearly. That's why I'm so confused about this.

The file seems as if it's running fine when I tell it to, but it immediately exits with no apparent error.
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
They are the common libraries needed and for me works for samp
Reply
#5

Quote:
Originally Posted by azzerking
Посмотреть сообщение
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
They are the common libraries needed and for me works for samp
Tried this to no avail unfortunately. This is all that's happening when I try to run it, it's open until I press return, then it closes. I'm pretty sure it instantly closes, but there's no indication of it closing until I press return.

Код:
sampserver/samp03$ nohup ./samp03svr &
[6] 23966
sampserver/samp03$ nohup: ignoring input and appending output to 'nohup.out'

[6]   Exit 1                  nohup ./samp03svr
Reply
#6

Figured out the issue. The gamemode wasn't typed properly, FeelsBadMan.
Reply
#7

aight.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)