My Community Dashboard

  • teamspeak 3 server install

    hello, I am trying to install teamspeak 3 server on my COS box. when I go to start it, it gives me the following error:
    ./ts3server_startscript.sh: ./ts3server: /libexec/ld-elf.so.1: bad ELF interpreter: No such file or directory


    a quick google search says that installing glibc.i686 will resolve the issue, but when i try to resolve the issue i get the following error:

    Loaded plugins: clearcenter-marketplace, fastestmirror
    ClearCenter Marketplace: fetching repositories...
    Loading mirror speeds from cached hostfile
    * clearos: mirror1-orem.clearos.com
    * clearos-centos: download3.clearsdn.com
    * clearos-centos-sclo-rh: download3.clearsdn.com
    * clearos-centos-updates: download3.clearsdn.com
    * clearos-contribs: mirror1-orem.clearos.com
    * clearos-epel: download3.clearsdn.com
    * clearos-fast-updates: download3.clearsdn.com
    * clearos-infra: mirror1-orem.clearos.com
    * clearos-updates: mirror1-orem.clearos.com
    * private-clearcenter-dnsthingy: download1.clearsdn.com:80
    * private-clearcenter-dyndns: download3.clearsdn.com:80
    Resolving Dependencies
    --> Running transaction check
    ---> Package glibc.i686 0:2.17-157.el7 will be installed
    --> Processing Dependency: glibc-common = 2.17-157.el7 for package: glibc-2.17-157.el7.i686
    --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-157.el7.i686
    --> Processing Dependency: libfreebl3.so for package: glibc-2.17-157.el7.i686
    --> Running transaction check
    ---> Package glibc.i686 0:2.17-157.el7 will be installed
    --> Processing Dependency: glibc-common = 2.17-157.el7 for package: glibc-2.17-157.el7.i686
    ---> Package nss-softokn-freebl.i686 0:3.16.2.3-14.4.el7 will be installed
    --> Finished Dependency Resolution
    Error: Package: glibc-2.17-157.el7.i686 (clearos-centos)
    Requires: glibc-common = 2.17-157.el7
    Installed: glibc-common-2.17-157.el7_3.2.x86_64 (@clearos-centos-updates)
    glibc-common = 2.17-157.el7_3.2
    Available: glibc-common-2.17-157.el7.x86_64 (clearos-centos)
    glibc-common = 2.17-157.el7
    Available: glibc-common-2.17-157.el7_3.1.x86_64 (clearos)
    glibc-common = 2.17-157.el7_3.1
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest

    Does anyone know how I can resolve this issue?