Find the answer to your Linux question:
Results 1 to 7 of 7
I tried running a Steam Source Engine Server. I always used shared hosting before (and Win OS) but recently our gaming community required a Teamspeak server and the cost for ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    6

    Installing glibc 2.6 on CentOS

    I tried running a Steam Source Engine Server. I always used shared hosting before (and Win OS) but recently our gaming community required a Teamspeak server and the cost for 750 slots was as much as a low-end dedicated server... so I said what the hell. I'm almost regretting it now though... hopefully over the months it'll get easier.

    My problem at the moment is getting glibc 2.5 or 2.6 running on CentOS. I cannot run a Team Fortess 2 server without it.

    I was under the impression since I just got the server and it was fresh it had the latest CentOS version and the glibc package already there.

    So I tried a
    Code:
    yum install glibc-devel
    in root via SSH but the problem still persists.

    Is there a wiki somewhere that explains approx. how to get and install GLIBC on CentOS?

    I would appreciate your help a lot!

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    glibc is vital to linux system, it must be installed, what version of centos?
    Code:
    cat /etc/redhat-release

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    6
    CentOS release 4.7 (Final)

    Still get this error:
    Failed to open bin/dedicated_i486.so (bin/dedicated_i486.so: requires glibc 2.5 or later dynamic linker)

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Centos 4.7 has glibc2.3, i wouldn't recommend installing a newer version, is there any way to get the server OS to be upgraded to latest release? (5.2)

  5. #5
    Just Joined!
    Join Date
    Feb 2009
    Posts
    6
    Yes I will ask the host of my dedicated server, they take care of upgrading kernels and stuff like that.

    So CentOS 5.2 has GLIBC 2.5 installed?

  6. #6
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    correct, centos 5.2 uses glibc 2.5

    Index of /centos/5/os/x86_64/CentOS

  7. #7
    Just Joined!
    Join Date
    Feb 2009
    Posts
    6
    Thank you for your fast answer!

    I had been trying to fix the problem for days and days!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...