Q. When running AVS5.4 on my Sun I get an error
ld.so.1: avs: can't find libGL.so.1?
A: AVS5 was dynamically linked against certain system libraries. These
libraries must be present for AVS5 to start, if they are not you will
see a message of the form
ld.so.1: avs: can't find libGL.so
This message is indicating that the OpenGL library cannot be found.
If you do not have OpenGL installed on your system ensure you can use the
included avs.xgl kernel or download the OpenGL libraries from
http://www.sun.com/solaris/opengl
|