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