News:

Zatikon is back and free to play! https://www.chroniclogic.com/zatikon.htm

Main Menu

Linux?

Started by jamuraa, November 13, 2002, 09:49:42 PM

Previous topic - Next topic

SwissMike

It works fine for me but ir really sucks without sound...

jamuraa

Can anyone get the new linux binaries to run?  I'm trying to run setup and it just sits there.  When I try to run pfx2, it gives me:
./pfx2: relocation error: ./pfx2: undefined symbol: alutLoadWAVFile

I do have OpenAL installed, although I haven't tested it (I don't have any other games installed that use it)



tschenz

Hi,

 seems that you don't have the openal-libs in your ld-path. Try following:

ldd pfx2, and look whether you get:
libopenal.so.0 => not found

If so, look where openal installed it's libs to, and do one of the following:

* export LD_LIBRARY_PATH=/pth/to/the/dir [use setenv if using csh]
* add that path to your /etc/ld.so.conf and do a /sbin/ldconfig [as root]

Hope that helps,

 ts


jamuraa

I said I have openAL installed - and I meant it. :P
jamuraa@odo:~/pontifex2$ ldd pfx2
       libGL.so.1 => /usr/lib/libGL.so.1 (0x40012000)
       libopenal.so.0 => /usr/lib/libopenal.so.0 (0x4005a000)
       libm.so.6 => /lib/libm.so.6 (0x400f4000)
       libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x40115000)
       libpthread.so.0 => /lib/libpthread.so.0 (0x4017f000)
       libc.so.6 => /lib/libc.so.6 (0x401cf000)
       libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x402e2000)
       libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40671000)
       libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4067e000)
       libdl.so.2 => /lib/libdl.so.2 (0x40738000)
       libesd.so.0 => /usr/lib/libesd.so.0 (0x4073b000)
       libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x40742000)
       libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x40760000)
       libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0x40781000)
       libsmpeg-0.4.so.0 => /usr/lib/libsmpeg-0.4.so.0 (0x40788000)
       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
       libogg.so.0 => /usr/lib/libogg.so.0 (0x407df000)
       libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x407e3000)