[GH-ISSUE #2957] lib32stdc++6 missing dependence @ Debian 9.4 i686 #2112

Closed
opened 2026-02-27 03:00:55 +03:00 by kerem · 10 comments
Owner

Originally created by @Autorojo on GitHub (Jul 10, 2020).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2957

User Story

I am trying to install a CS:GO server on Debian 9.4 (arch i686). LinuxGSM can not run SteamCMD because there is a missing dependence: lib32stdc++6.

That dependence can not be installed in Debian 9.4 i686.

root@debian:~# dpkg --add-architecture i386; apt update; apt install lib32stdc++                                                                             6
Get:1 http://security.debian.org/debian-security stretch/updates InRelease [53.0                                                                              kB]
0% [1 InRelease gpgv 53.0 kB] [Connecting to mirrors.wikimedia.org]
Ign:2 http://ftp.us.debian.org/debian stretch InRelease
Get:3 http://ftp.us.debian.org/debian stretch-updates InRelease [93.6 kB]
Get:4 http://security.debian.org/debian-security stretch/updates/main Sources [2                                                                             18 kB]
Get:5 http://security.debian.org/debian-security stretch/updates/main i386 Packa                                                                             ges [531 kB]
Get:6 http://security.debian.org/debian-security stretch/updates/main Translatio                                                                             n-en [233 kB]
Hit:7 http://ftp.us.debian.org/debian stretch Release
Fetched 1,129 kB in 3s (334 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lib32stdc++6
E: Couldn't find any package by regex 'lib32stdc++6'

I also got errors with lib32gcc1 dependence, but I've fixed it... don't remember how.

Basic info

  • Distro: Debian GNU/Linux 9 (stretch)
  • Arch: i686
  • Kernel: 4.9.0-12-686-pae
  • Game: Counter Strike: Global Offensive
  • Command: ./csgoserver install
  • LinuxGSM version: v20.3.3

Further Information

I already install a CS:GO server in this distro using LinuxGSM by reverting the following changes.

To Reproduce

Steps to reproduce the behaviour:

  1. Install CS:GO server https://linuxgsm.com/lgsm/csgoserver/ and you will get this error.
Originally created by @Autorojo on GitHub (Jul 10, 2020). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2957 ## User Story I am trying to install a CS:GO server on Debian 9.4 (arch i686). LinuxGSM can not run SteamCMD because there is a missing dependence: lib32stdc++6. That dependence can not be installed in Debian 9.4 i686. ``` root@debian:~# dpkg --add-architecture i386; apt update; apt install lib32stdc++ 6 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [53.0 kB] 0% [1 InRelease gpgv 53.0 kB] [Connecting to mirrors.wikimedia.org] Ign:2 http://ftp.us.debian.org/debian stretch InRelease Get:3 http://ftp.us.debian.org/debian stretch-updates InRelease [93.6 kB] Get:4 http://security.debian.org/debian-security stretch/updates/main Sources [2 18 kB] Get:5 http://security.debian.org/debian-security stretch/updates/main i386 Packa ges [531 kB] Get:6 http://security.debian.org/debian-security stretch/updates/main Translatio n-en [233 kB] Hit:7 http://ftp.us.debian.org/debian stretch Release Fetched 1,129 kB in 3s (334 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package lib32stdc++6 E: Couldn't find any package by regex 'lib32stdc++6' ``` I also got errors with lib32gcc1 dependence, but I've fixed it... don't remember how. ## Basic info * **Distro:** Debian GNU/Linux 9 (stretch) * **Arch:** i686 * **Kernel:** 4.9.0-12-686-pae * **Game:** Counter Strike: Global Offensive * **Command:** ./csgoserver install * **LinuxGSM version:** v20.3.3 ## Further Information I already install a CS:GO server in this distro using LinuxGSM by reverting the following changes. - https://github.com/GameServerManagers/LinuxGSM/commit/8f442559fe6aa55acc1ddf3f008904e32f3e4026#diff-294c861f4531fdd56585f50baaafeb36L195-R186 - https://github.com/GameServerManagers/LinuxGSM/commit/8f442559fe6aa55acc1ddf3f008904e32f3e4026#diff-294c861f4531fdd56585f50baaafeb36L349-R334 - https://github.com/GameServerManagers/LinuxGSM/commit/8f442559fe6aa55acc1ddf3f008904e32f3e4026#diff-294c861f4531fdd56585f50baaafeb36L351-R336 ## To Reproduce Steps to reproduce the behaviour: 1. Install CS:GO server https://linuxgsm.com/lgsm/csgoserver/ and you will get this error.
kerem 2026-02-27 03:00:55 +03:00
  • closed this issue
  • added the
    type: bug
    label
Author
Owner

@issue-label-bot[bot] commented on GitHub (Jul 10, 2020):

Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.73. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

<!-- gh-comment-id:656415629 --> @issue-label-bot[bot] commented on GitHub (Jul 10, 2020): Issue-Label Bot is automatically applying the label `type: bug` to this issue, with a confidence of 0.73. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/GameServerManagers/LinuxGSM) and [code](https://github.com/hamelsmu/MLapp) for this bot.
Author
Owner

@dgibbs64 commented on GitHub (Jul 10, 2020):

This doesn't make sense lib32stdc++6 package is available in the repo https://packages.debian.org/stretch/lib32stdc++6

and I have it installed on my system

root@localhost:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@localhost:~# apt install lib32stdc++6
Reading package lists... Done
Building dependency tree
Reading state information... Done
lib32stdc++6 is already the newest version (6.3.0-18+deb9u1).
0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
GNU Standard C++ Library v3 (32 bit Version)
<!-- gh-comment-id:656522678 --> @dgibbs64 commented on GitHub (Jul 10, 2020): This doesn't make sense lib32stdc++6 package is available in the repo https://packages.debian.org/stretch/lib32stdc++6 and I have it installed on my system ``` root@localhost:~# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" VERSION_CODENAME=stretch ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" root@localhost:~# apt install lib32stdc++6 Reading package lists... Done Building dependency tree Reading state information... Done lib32stdc++6 is already the newest version (6.3.0-18+deb9u1). 0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded. ``` <blockquote><div><strong><a href="https://packages.debian.org/stretch/lib32stdc++6">Debian -- Details of package lib32stdc++6 in stretch</a></strong></div><div>GNU Standard C++ Library v3 (32 bit Version)</div></blockquote>
Author
Owner

@Autorojo commented on GitHub (Jul 11, 2020):

Yes, but it doesn't seem to be available for i686 architecture. Am I wrong?

<!-- gh-comment-id:656948217 --> @Autorojo commented on GitHub (Jul 11, 2020): Yes, but it doesn't seem to be available for i686 architecture. Am I wrong?
Author
Owner

@dgibbs64 commented on GitHub (Jul 11, 2020):

now it makes sense. Is there a reason you are not using 64-bit?

<!-- gh-comment-id:656948550 --> @dgibbs64 commented on GitHub (Jul 11, 2020): now it makes sense. Is there a reason you are not using 64-bit?
Author
Owner

@Autorojo commented on GitHub (Jul 11, 2020):

I am using a VPS and the company who provides me that service don't have Debian 64-bit available, unfortunately

<!-- gh-comment-id:656949393 --> @Autorojo commented on GitHub (Jul 11, 2020): I am using a VPS and the company who provides me that service don't have Debian 64-bit available, unfortunately
Author
Owner

@dgibbs64 commented on GitHub (Jul 11, 2020):

Almost no one uses 32-bit distros anymore as all CPU's for at least past 10 years support 64-bit, which is why I removed all reference to it on the website recently. Many distros don't even ship a 32-bit version anymore. I assume your VPS provider doesn't support ubuntu either? As there hasn't been a 32-bit version of ubuntu for several years.

If your VPS provider doesn't do something as basic as support 64-bit distros I would recommend looking for another provider.

To get the game server to work on 32-bit Debian you will need to install libstdc++6

Good luck 😃

<!-- gh-comment-id:656951202 --> @dgibbs64 commented on GitHub (Jul 11, 2020): Almost no one uses 32-bit distros anymore as all CPU's for at least past 10 years support 64-bit, which is why I removed all reference to it on the website recently. Many distros don't even ship a 32-bit version anymore. I assume your VPS provider doesn't support ubuntu either? As there hasn't been a 32-bit version of ubuntu for several years. If your VPS provider doesn't do something as basic as support 64-bit distros I would recommend looking for another provider. To get the game server to work on 32-bit Debian you will need to install `libstdc++6` Good luck 😃
Author
Owner

@Autorojo commented on GitHub (Jul 11, 2020):

I thought it was a LinuxGSM bug, sorry.

Anyway, LinuxGSM is working with libstdc++6 in check_deps.sh.

Thanks for your support!

<!-- gh-comment-id:656953262 --> @Autorojo commented on GitHub (Jul 11, 2020): I thought it was a LinuxGSM bug, sorry. Anyway, LinuxGSM is working with ``libstdc++6`` in ``check_deps.sh``. Thanks for your support!
Author
Owner

@netstx commented on GitHub (Feb 26, 2021):

I have the package for i686 installed (libstdc++6 is already the newest version (8.3.0-6).) and it still fails the dependency checks during install. Any thoughts?

<!-- gh-comment-id:786792653 --> @netstx commented on GitHub (Feb 26, 2021): I have the package for i686 installed (libstdc++6 is already the newest version (8.3.0-6).) and it still fails the dependency checks during install. Any thoughts?
Author
Owner

@netstx commented on GitHub (Feb 26, 2021):

@dgibbs64 sorry for posting on a closed issue, didn't want to duplicate it.

<!-- gh-comment-id:786793033 --> @netstx commented on GitHub (Feb 26, 2021): @dgibbs64 sorry for posting on a closed issue, didn't want to duplicate it.
Author
Owner

@github-actions[bot] commented on GitHub (Feb 27, 2022):

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.

<!-- gh-comment-id:1052819103 --> @github-actions[bot] commented on GitHub (Feb 27, 2022): 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.
Sign in to join this conversation.
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
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#2112
No description provided.