Menu

#22 Ubuntu 13.10 buildfix (cannot find libGL.so)

SVN
closed-out-of-date
nobody
None
5
2021-08-17
2013-11-19
No

Please find attached patch for missing library location.

1 Attachments

Discussion

  • bfighter

    bfighter - 2014-05-13

    Here is a workaround

    It seems that the compilation script expect the lib to be installed at a hardcoded location "/usr/lib/"
    If you are sure your hardware drivers are properly installed you can create a symbolic link at the expected location. in a terminal:

    sudo su # enter you admin password
    cd /usr/lib #
    find / -name libGL.so # find the location of the lib(s)
    ln -s <full_path_of_the_lib> # create a symbolic link to the lib

    BE CAREFUL ! Create the link only if you don't already have a "/usr/lib/libGL.so" in the results of the "find command"
    You may have several versions of the libGL.so lib so be sure to pick the right one.
    After that you should be able to compile/run the game.

    Regards

     

    Last edit: bfighter 2014-05-15
  • LuisB

    LuisB - 2021-08-17
    • status: open --> closed-out-of-date
     
  • LuisB

    LuisB - 2021-08-17

    Housekeeping. Out of date, new cmake system is in place.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.