Quote:
Originally Posted by Armanthuz
The one that always trips me up is forwhatever reason you HAVE to put libmysqlclient.so.14, and libemusharemem in the /usr/bin directory to get world.exe to run. If anyone knows why this is id love to know the answer.
|
It's hard to be specific without knowing what diustribution you use, but I expect that you'll find that problem to have to do with the linking loader. Lookup
Code:
man ld.so
man ldconfig
man ldd
and you'll almost certainly find the answer you're looking for in one of those man pages. Check out the LD_PRELOAD environment variable as well.