View Single Post
  #4  
Old 09-26-2003, 03:23 PM
krich
Hill Giant
 
Join Date: May 2003
Location: The Great Northwest
Posts: 150
Default

A couple more things...

Quote:
Failed to open log file: logs/eqemu_error_world.log
Create a logs directory in your server directory and you'll get some additional logging capabilities automagically.


Quote:
[Error] LoadEMuShareMemDLL::Load() failed to load library 'libEMuShareMem.so'. Error=0
This means you need to put the following line in your login script or your EQEMu server startup script:
Code:
export LD_LIBRARY_PATH=./
or just copy the libEMuShareMem.so file to /usr/lib. But don't forget to copy it there every time you recompile it.

Regards,

krich
Reply With Quote