View Single Post
  #1  
Old 05-26-2006, 12:14 PM
johane
Sarnak
 
Join Date: Sep 2005
Location: Gold Coast, Oz
Posts: 69
Default

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.
Reply With Quote