GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.31k stars 821 forks source link

compat-libstdc++--33.i686 missing for CentOS 8 #2786

Closed dbjock closed 3 years ago

dbjock commented 4 years ago

I was installing the ut2k4server so I could have it running on CentOS 8, and determined the required package compat-libstdc++-33.i686 is not able to obtained for CentOS 8.

Basic info

Errors and warnings were returned: Warning! Missing dependencies: jq tmux glibc.i686 libstdc++.i686 compat-libstdc++-33.i686 SDL.i686

The only package that was unable to be installed manually was the compat-libstdc++-33.i686. with the # dnf install compat-libstdc++--33.i686 command. Output below:


No match for argument: compat-libstdc++--33.i686
Error: Unable to find a match: compat-libstdc++--33.i686```

Is this package still required?
dgibbs64 commented 3 years ago

I have tested ut2k4 on both centos 7 and 8 and it still runs. So I will remove it as a requirement.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.