libvorbis.so.0 not found when running demo or SDK in Ubuntu
by Frogger · in Torque Game Engine · 01/15/2009 (2:02 pm) · 2 replies
Quote:./torqueDemo.bin: error while loading shared libraries: libvorbis.so.0: cannot open shared object file: No such file or directory
This is what I get when I try to run Torque under Ubuntu. I have tried just leaving libvorbis in the lib folder, putting libvorbis in the same folder as the executable, putting symlinks to the user/lib/libvorbis I have, copying the libvorbis over from that folder, all with executable permissions for my own account and read-write ability. If anyone has any idea about how to fix this, please respond. I haven't even attempted to build yet, so hopefully once I can see if Torque will run at all, I'll try that.
I know Linux doesn't have quite the following in this community anymore, but I really would like to improve that if possible. Who knows.
#2
01/15/2009 (3:12 pm)
Hey thanks! I forgot about environment variables. Glad to see Torque still is kickin' in Linux.
Torque 3D Owner Thomas Huehn
cd [WHEREEVERYOUINSTALLEDTORQUE]
export LD_LIBRARY_PATH="./:$LD_LIBRARY_PATH"