ld.so.1

My code uses OpenGL to display GUI. It seems that your UNIX machines does not have OpenGL library. You can ask your system administrator to install
those libraries, or find a PC and use the Windows binary instead.


I’d be really glad if someone can help me understand what needs to be done.

The code that is being referred to on being run gives me the following error

ld.so.1: ./CTune: fatal: libGL.so.1: open failed: No such file or directory

Any help would be appreciated.

Thankyou.

You need to have either MESA installed for software decelerated OpenGL or NVIDIA or ATI drivers installed for hardware accelerated OpenGL. They provide libGL and associated libs.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.