Problem Starting

These are old archives. They are kept for historic purposes only.
Post Reply
NateB
Posts: 1
Joined: Fri Jul 18, 2008 5:05 am

Problem Starting

Post by NateB »

I've spent a lot of time in the config file, and when I try to start the server, I get
[error] ERROR: efunction 'do_join' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'join_channel' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'can_join' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'do_mode' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'set_mode' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'm_umode' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'register_user' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'tkl_hash' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'tkl_typetochar' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'tkl_add_line' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] ERROR: efunction 'tkl_del_line' not found, you probably did not load commands.so properly (or not all required m_* modules)
[error] [--efunction errors truncated to prevent flooding--]
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemingly not started)
However, I have made sure to include loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";

And yes, this IS a *NIX server. Any thoughts on what I'm doing wrong?

Thanks!
Ron2K

Re: Problem Starting

Post by Ron2K »

Hi,

My guess is that the path to the module that you're specifying is incorrect, so have a look at that. :wink:
Post Reply