mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #2761] centos 6 - glibc requirements not met error #1993
Labels
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LinuxGSM#1993
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @15tolife on GitHub (Mar 17, 2020).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2761
Info:
Hy , please have patience , I dont know if I posted where I should , I did not sleep for 3 days trying to solve this issue....I tryed everithing i could find on google , i dont know what am I missing.
-Specs :VPS single core , 3gb ram , 75gb ssd , Centos6.10-x86_64
-Reason for centos6 : my forum was made in 2011 and works only with php 5.6 , upgrading to centos 7 out of question.
Problem:


-CS 1.6 and CSGO both installed through LGSM both working but...every time I stop start restart i get this errors and it makes me think that some plugins aren't working because of that , like for example something simple like dproto is just failing to load.
as you can see python 3 is installed and running and glibc 2.17 available but i dont know how to show the program to use it....
I want to mention that I have no knowledge of linux since a week ago when i bought this vps and got everithing installed and running through trial and error with help of allot of tutorials.
Basically I have no more energy to do this and as a last resort im asking for help.
Thanks in advance!
errors---->
@h3o66 commented on GitHub (Mar 17, 2020):
Well not a reason to me 🤔
CentOS 7 has php5.4 as default in the repos (and remi php56 is also there for centos 7).
Only if you use other repos, that upgarde php, are the problem.
I guess you only dont want to upgrade your server.
wel for a cs 1.6 server you need to upgrade the i686 version of glibc then and not the x64_86 version of the lib.
@15tolife commented on GitHub (Mar 17, 2020):
Thank you for your answer , I had centos 7 on my vps and the forum just gave 500 errors , that fixed with the downgrade to centos 6.
Can you please tell me how to upgrade to i686 ? and what about python ?
thank you
@h3o66 commented on GitHub (Mar 17, 2020):
The x32 bit glibc is there only with version 2.12 installed, so you need to upgarde it.
However you did this with the 64 bit version.
@15tolife commented on GitHub (Mar 17, 2020):
a link or a list of commands of how to do that would be helpfull
@h3o66 commented on GitHub (Mar 17, 2020):
this could help (Not Tested):
https://gist.github.com/harv/f86690fcad94f655906ee9e37c85b174
That references this repo:
https://copr.fedorainfracloud.org/coprs/mosquito/myrepo-el6/
if you only add the repo and updte it could work.
Fyi: CentOS 6 will be only support till November this year so upgrading might be still something to be considerd
Edit: there are the x32 bti and 64 bit versions in the repo.
@dgibbs64 commented on GitHub (Mar 17, 2020):
Upgrading glibc can be risky. I wouldnt do it on a production server
@dgibbs64 commented on GitHub (Mar 17, 2020):
If you can't upgrade your server I would get a vps specifics for your game server
@h3o66 commented on GitHub (Mar 17, 2020):
yeah - but if he wants to runs this game server he needs to do it ...
Or to Upgrade the system, but i mentioned that now 3 times :D
@15tolife commented on GitHub (Mar 17, 2020):
Thanks so much it worked no more glibc error , but I still get this Missing dependencies: util-linux python3 nmap-ncat
@h3o66 commented on GitHub (Mar 17, 2020):
well, you need to install the "normal" build rpm and not the source rpm.
with the "src.rpm" you would need to build it yourself.
The easiest would be to add the repo i mentioned and just update the components via yum
@h3o66 commented on GitHub (Mar 17, 2020):
sry - no i do not have an idea to to solve the other things.
The server could start now, but be aware that lgsm might not support centos 6 to long.
@15tolife commented on GitHub (Mar 17, 2020):
So for anyone having this problem this is what you need to do :
-first verify what glibc version you have :
ldd --version
-if you have .i686 then go here https://download.copr.fedorainfracloud.org/results/mosquito/myrepo-el6/epel-6-i386/glibc-2.17-55.fc20/
-if you have x86_64 go here https://download.copr.fedorainfracloud.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/
-Now just right click and copy the first link adress then enter putty with root and follow example , in my case i686:
wget https://download.copr.fedorainfracloud.org/results/mosquito/myrepo-el6/epel-6-i386/glibc-2.17-55.fc20/glibc-2.17-55.el6.i686.rpm
-then install it with :
sudo rpm -Uvh glibc-2.17-55.el6.i686.rpm \--force --nodeps
-Do this 2 steps for every link separately then u can verify again your glibc version
ldd --version and it should look like this:
ldd (GNU libc) 2.17
then you can restart your server and the glibc error should be gone.
Thanks h3o66 I couldn't do this without him
Also can you please write the name of the topic as "glib requirements not met error" so that it would be easier to find for those who have this problem.
@h3o66 commented on GitHub (Mar 17, 2020):
SOLVED so closing this issue
@github-actions[bot] commented on GitHub (Mar 18, 2021):
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.