1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

[Solved] Have problems with server [missing libGL.so.1]

Discussion in 'Server Help' started by AHrEJl, Dec 17, 2011.

  1. AHrEJl

    AHrEJl Shopkeep Stealer

    Messages:
    646
    [​IMG]

    This solution:

    sudo apt-get install xserver-xorg-video-ati
    sudo apt-get install libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core

    now working on ubuntu 10.04
     
  2. prostosuper

    prostosuper Haxor

    Messages:
    99
    It seems like your directory structure is corrupted.
    Show the output of:

    Code:
    # cd ~/KAG
    # ls -R
    Also protip: working as root, generally is a bad idea.
     
    trelawney likes this.
  3. trelawney

    trelawney KAG Guard Tester

    Messages:
    771
    You are also obviously missing libGL.so.1 .People in the forum cannot divine which distro you use etc., if you want help you better provide more than a putty screenshot.

    P.S Use forum search too, this guy solved a similar issue in Arch
     
  4. AHrEJl

    AHrEJl Shopkeep Stealer

    Messages:
    646
    i'm try run server on dedicated host, not on my pc...before updating the server worked fine
     
  5. trelawney

    trelawney KAG Guard Tester

    Messages:
    771
    The server itself is running a specific linux distribution, there's no general "Linux dedicated server" out there. We have to know that to assess which packages you have installed (or missing) and which package manager you need to use to install/remove extra packages.


    In debian 5 (lenny) , libGL.so.1 comes in a variety of packages , try installing one of those and running kag again.
     
  6. AHrEJl

    AHrEJl Shopkeep Stealer

    Messages:
    646
    This solution:

    sudo apt-get install xserver-xorg-video-ati
    sudo apt-get install libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core

    now working on ubuntu 10.04
     
  7. trelawney

    trelawney KAG Guard Tester

    Messages:
    771
    Glad it works, but imo a server should not depend on libGL. Hope MM's watching.