View Single Post
  #3  
Old 06-16-2004, 02:08 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Did you set your LD_LIBRARY_PATH to point to the location of 'libEMuShareMem.so ?


E.g. the start of the script I use to boot the server looks like this:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`
ulimit -c unlimited
nohup ./world 2>&1 >> world.log &
Reply With Quote