The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Libopenal.so.1 - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5) +--- Thread: Libopenal.so.1 (/showthread.php?tid=372) |
Libopenal.so.1 - choyano - 10-20-2006 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! - thelusiv - 10-20-2006 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 Code: ln -s /usr/lib/libopenal.so /usr/lib/libopenal.so.1 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... - choyano - 10-21-2006 thelusiv, a lot of thanks =)! i executed the commands and my libopenal was at /usr/lib. My game is running now ^_^ |