Author Topic: How do I install on linux?  (Read 2738 times)

bluefusion

  • PGP
  • Posts: 1
How do I install on linux?
« on: March 25, 2006, 05:54:15 AM »
I have been playing pb2 for a while, though i am by no means an expert. I would like to be able to play it on linux, but I don't know how to install it.
Help pls?
« Last Edit: August 13, 2015, 01:28:52 AM by webhead »

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Installation on linux
« Reply #1 on: March 25, 2006, 09:07:06 AM »
gunzip paintball2_build016_linux_full.tar.gz
tar xvf paintball2_build016_linux_full.tar
cd paintball2
./paintball2

TinMan

  • Autococker
  • Posts: 1347
Re: Installation on linux
« Reply #2 on: March 27, 2006, 12:06:42 AM »
He's gonna have to link the "libGL.so" also, so open a terminal and cd to your paintball directory, then type "locate libGL.so", it should respond with some locations that end in libGL.so.x.x er whatever, most likely the one you want is /usr/lib/libGL.so...., use whichever one has the highest number and do "ln -s /usr/lib/libGL.so.1.2 libGL.so" if the highest version you have is libGL.so.1.2

bobby

  • Guest
Re: Installation on linux
« Reply #3 on: June 05, 2006, 12:14:47 AM »
i get an error when i cd to paintball2 and type in "locate libGl.so":

warning: locate: could not open database: /var/lib/slocate/slocate.db: No such file or directory
warning: You need to run the 'updatedb' command ( as root ) to create the database.



what do i do? (sry... im *very* new to linux (i only had it for 2 days)

P.S. please do not e-mail me the answer.... i "never" check that e-mail! thx

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Installation on linux
« Reply #4 on: June 05, 2006, 12:29:13 AM »
If the game runs, you don't need to mess with locate.  Shouldn't libGL.so be linked by default anyway?  If not, that's pretty stupid.  If you don't want to mess with the linking and all that, you can just do:

./paintball2 +set gl_driver libGL.so.1.2

Lime

  • Guest
Re: Installation on linux
« Reply #5 on: July 06, 2006, 11:06:38 AM »
Code: [Select]
------- Loading ref_glx.so -------
LoadLibrary("ref_glx.so") failed: libXxf86dga.so.1: cannot open shared object file: No such file or directory
recursive shutdown
Error: Couldn't load gl refresh!

What happen?

Nothing about libGL, just this libXxf86.dga.so.1 thing.
« Last Edit: July 10, 2006, 08:40:15 AM by Lime »