![]() |
error while loading shared libraries: libfmod-3.74.so - 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: error while loading shared libraries: libfmod-3.74.so (/showthread.php?tid=101) |
error while loading shared libraries: libfmod-3.74.so - Anagonda - 09-24-2005 I had some problems with compiling, but installed everything that was required and it worked, stupid me ![]() error while loading shared libraries: libfmod-3.74.so - thelusiv - 09-24-2005 You're doing the right thing. The reason it can't find libfmod is because the directory it's in is not in your PATH environment variable. The best way to fix this is to copy the lib/libfmod-3.74.so to /usr/lib or your distribution's equivalent. More info here. error while loading shared libraries: libfmod-3.74.so - Anagonda - 09-24-2005 Thank you for your fast answer! And it really did fix the problem. |