ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Did you check whether the path /usr/lib32/ exists?

The command

sudo ln -s /usr/lib32/libGL.so.1 /usr/lib32/libGL.so

just created a symbolic link named /usr/lib32/libGL.so to /usr/lib32/libGL.so.1

Here's a question same as yours.