Author Topic: 2.010 Linux version problem  (Read 4158 times)

hadri

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
yeahh
« Reply #30 on: October 05, 2003, 11:12:16 am »
Ok RUN for me on Mandrake 9.1 iv just use

ln -s /usr/lib/libGL.so /usr/lib/libopengl32.so
./psclient

&

cd /usr/X11R6/lib
ar x libXxf86vm.a
g++ -shared -o libXxf86vm.so.1 XF86VMode.o
ln -f libXxf86vm.so.1 /usr/lib/libXxf86vm.so.1

Thanks a lot !!!

gazR

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
(No subject)
« Reply #31 on: October 05, 2003, 02:14:17 pm »
Quote
Originally posted by hadri
Ok RUN for me on Mandrake 9.1 iv just use

ln -s /usr/lib/libGL.so /usr/lib/libopengl32.so
./psclient

&

cd /usr/X11R6/lib
ar x libXxf86vm.a
g++ -shared -o libXxf86vm.so.1 XF86VMode.o
ln -f libXxf86vm.so.1 /usr/lib/libXxf86vm.so.1

Thanks a lot !!!


Nice one hadri, works for me now as well

alpenjon

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
add me
« Reply #32 on: November 01, 2003, 10:55:09 pm »
debian unstable && nvidia gforce ti

opengl works just fine, but i still get the following:

~/downloads/games/plantshift/planeshift$ ./psclient-bin
no CEL environment variable set!
Warning: Failed to load `gl3d\'; use \'-verbose\' argument for details.
Warning: Failed to load `gl3d\'; use \'-verbose\' argument for details.
WARNING: could not load plugin \'crystalspace.graphics3d.opengl\'
aws-debug: Couldn\'t find iGraphics2D plugin!!
psclient: No 3d driver (iGraphics3D) plugin!
~/downloads/games/plantshift/planeshift$

maybe the CEL environment variable is the problem? wtf is CEL?

thanks in advance for any hint... damn i have to get this game working!

elscouta

  • Hydlaa Notable
  • *
  • Posts: 897
    • View Profile
(No subject)
« Reply #33 on: November 01, 2003, 11:02:36 pm »
urg... the opengl symlinks looks like a ugly hack for me.

PS needs two particular packages that includes opengl libraries:
CrystalSpace and CEL.

You need to download them. Just read the thread started by acraig and read his howto (or use his script)
High Loremaster of the Arcane Order.

Almindor

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Solved?
« Reply #34 on: November 05, 2003, 10:34:47 pm »
Try this:

cd /usr/X11R6/lib
ar x libXxf86vm.a
g++ -shared -o libXxf86vm.so.1 XF86VMode.o
ln -s /usr/X11R6/lib/libXxf86vm.so.1 /usr/lib/libXxf86vm.so.1

It got me running but then I ran into a closed library problem(the game went ok but when I connected BANG)

Damnation