ubuntu@ubuntu:~/Desktop/paintball2$ sudo apt-get install ia32-libsReading package lists... DoneBuilding dependency tree Reading state information... DonePackage ia32-libs is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another sourceHowever the following packages replace it: lib32bz2-1.0 lib32z1 lib32ncurses5 lib32asound2E: Package ia32-libs has no installation candidate
LoadLibrary("ref_pbgl.so") failed: libX11.so.6: cannot open shared object file: No such file or directory
ubuntu@ubuntu:~/Desktop/paintball2$ ldd ref_pbgl.so linux-gate.so.1 => (0xf7762000) libX11.so.6 => not found libXext.so.6 => not found libXxf86vm.so.1 => not found libGL.so.1 => /usr/lib32/nvidia-current/libGL.so.1 (0xf7416000) libjpeg.so.62 => not found libpng12.so.0 => not found libc.so.6 => /lib32/libc.so.6 (0xf72bc000) libGLcore.so.1 => /usr/lib32/nvidia-current/libGLcore.so.1 (0xf5cab000) libnvidia-tls.so.1 => /usr/lib32/nvidia-current/tls/libnvidia-tls.so.1 (0xf5ca9000) libm.so.6 => /lib32/libm.so.6 (0xf5c83000) libXext.so.6 => not found libX11.so.6 => not found libdl.so.2 => /lib32/libdl.so.2 (0xf5c7e000) /lib/ld-linux.so.2 (0xf7763000)ubuntu@ubuntu:~/Desktop/paintball2$ sudo apt-get install libX11-6Reading package lists... DoneBuilding dependency tree Reading state information... Donelibx11-6 is already the newest version.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.