hey guys,
Been trying to run this paintball game under my linux system but I keep getting this error when I try to run the game..
ryan450@1[paintball2]$ ./paintball2
Paintball 2 -- Version 3.21+r0.16
execing configs/default.cfg
Console initialized.
------- sound initialization -------
sound sampling rate: 11025
------------------------------------
------- Loading ref_glx.so -------
LoadLibrary("./ref_glx.so")
ref_gl version: PB2GL 0.14
./libGL.so: cannot open shared object file: No such file or directory
ref_gl::R_Init() - could not load "libGL.so"
recursive shutdown
Error: Couldn't load gl refresh!
ryan450@1[paintball2]$ locate libgl.so
ryan450@1[paintball2]$ locate libGL.so
/usr/lib/libGL.so
/usr/lib/libGL.so.1
/usr/lib/libGL.so.1.0.7174
/usr/lib/nvidia/libGL.so.1.2.xlibmesa
/usr/lib/nvidia/libGL.so.1.xlibmesa
/usr/X11R6/lib/libGL.so
/usr/X11R6/lib/nvidia/libGL.so.1.2.xlibmesa
/usr/X11R6/lib/nvidia/libGL.so.1.xlibmesa
ryan450@1[paintball2]$
basicly all I did was extract it and try to launch the binary.. not sure how to fix this one.. when doing locate to find the file its listed there.. but when I view it under my file manager it reads as an unknown link :S.. and as you can see I have different varients of it..
any and all help appreciated