Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Libopenal.so.1
10-20-2006, 04:34 PM,
#1
Libopenal.so.1
hi, i have a problem...
I'm Using Suse Linux 10 and i installed successfully the game.
When i type vdrift in the Linux console:

"vdrift: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory"

where i can get libopenal.so.1?? i installed libopenal, libopenal dev and freealut!
Reply
10-20-2006, 08:56 PM,
#2
 
Hi choyano, welcome to the forums.

It looks like maybe SUSE uses a different name for its OpenAL library than most other distributions. Since you already installed it successfully, then you must have the library...so the question is where is it. To find it there are a few ways. First you could use the locate command, like this:
Code:
locate libopenal
That should return something with some kind of .so files. Wherever that file is, you can then symlink it (as root) to libopenal.so.1 and vdrift should run OK. Let's say you found it in /usr/lib/libopenal.so, then you would symlink it like this (as root, use "su" to become root first):
Code:
ln -s /usr/lib/libopenal.so /usr/lib/libopenal.so.1
Now when vdrift looks for libopenal.so.1 it will find the symbolic link and follow it to the correct library file.

It's likely installed in somewhere like /lib, /usr/lib, /usr/local/lib, or something like that. Please post your findings here so we can help other Suse users...
Reply
10-21-2006, 05:57 AM,
#3
 
thelusiv, a lot of thanks =)!
i executed the commands and my libopenal was at /usr/lib.
My game is running now ^_^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)