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 But, when I try to run setup in runtime dir I get error like this:./vdrift: error while loading shared libraries: libfmod-3.74.so: cannot open shared object file: No such file or directoryI downloaded libfmod 3.74, didn't help. I followed the symlink from runtime(it was pointing to : vdrift/lib/) and libfmod-3.74 is there and looking ok. I tried to copy vdrift by hand to /vdrift and run it from there, but I get the same error.What did I forgot or did wrong?
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.
|