Help Installing IRCD
v3.2.3
using TRE 0.7.2 (GPL)
using OpenSSL 0.9.7d 17 Mar 2004
using zlib 1.1.4
------------------------------------
* Loading IRCd configuration ..
* unrealircd.conf:33: loadmodule src/modules/commands.so: failed to load: Module was compiled for
'Unreal3.2.3/SSL', we are 'Unreal3.2.3', please recompile the module
===============
Really confussed now
wether module in config or isit unreal needs compiling
using TRE 0.7.2 (GPL)
using OpenSSL 0.9.7d 17 Mar 2004
using zlib 1.1.4
------------------------------------
* Loading IRCd configuration ..
* unrealircd.conf:33: loadmodule src/modules/commands.so: failed to load: Module was compiled for
'Unreal3.2.3/SSL', we are 'Unreal3.2.3', please recompile the module
===============
Really confussed now
wether module in config or isit unreal needs compiling
make clean
make
make
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
wow, 350's really low...
Anyway:
http://www.vulnscan.org/UnrealIrcd/faq/#11
http://www.vulnscan.org/UnrealIrcd/faq/#46
Anyway:
http://www.vulnscan.org/UnrealIrcd/faq/#11
http://www.vulnscan.org/UnrealIrcd/faq/#46
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
- Coleman Hawkins
rhanks duket
i still got the problem after making sure its 1024
i ran ./config
last entry is max cons was set at 1024 under that was [] not touched
2nd time around changed it to 1024 also no change ??
---------------------------------------------------------------
The OS enforces a limit on max open files
Hard Limit: 350 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS
Possible error encountered (IRCd seemily not started)
i still got the problem after making sure its 1024
i ran ./config
last entry is max cons was set at 1024 under that was [] not touched
2nd time around changed it to 1024 also no change ??
---------------------------------------------------------------
The OS enforces a limit on max open files
Hard Limit: 350 MAXCONNECTIONS: 1024
Fix MAXCONNECTIONS
Possible error encountered (IRCd seemily not started)
Please do as Stealth told you...
Stealth wrote:Start with a very broad hostCode: Select all
*@*
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
- Coleman Hawkins
error cannot find -lares
Getting an error after doint the ./Config and then i do make, goes through alot of stuff then says.....
gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DUSE_LIBCURL -export-dynamic -lssl -lcrypto -o ircd auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o url.o -lcrypt -lnsl -lares -ldl -L/home/ircd/Unreal3.2/extras/regexp/lib -ltre -lssl -lcrypto
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lares
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/ircd/Unreal3.2/src'
make: *** [build] Error 2
Any help would be greatly appreciated, just not real sure what this error means....or what "lares" is
gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DUSE_LIBCURL -export-dynamic -lssl -lcrypto -o ircd auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o url.o -lcrypt -lnsl -lares -ldl -L/home/ircd/Unreal3.2/extras/regexp/lib -ltre -lssl -lcrypto
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lares
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/ircd/Unreal3.2/src'
make: *** [build] Error 2
Any help would be greatly appreciated, just not real sure what this error means....or what "lares" is
Yay thanks
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
[error] If you are upgrading from 3.2 (or any older version), be sure to read the release notes or http://www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
Just wondering how to load a cloaking module in the conf..... Sorry for being such a pain in the ass....I think I'm almost there haha
loadmodule "src/modules/cloak.so";
should that work?
edit again....just trying to come up with cloaking keys now I think I may have got it working
Yet another edit, Conf files are confusing,
[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] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
Am I just missing some big part of my conf or what?
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
[error] If you are upgrading from 3.2 (or any older version), be sure to read the release notes or http://www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
Just wondering how to load a cloaking module in the conf..... Sorry for being such a pain in the ass....I think I'm almost there haha
loadmodule "src/modules/cloak.so";
should that work?
edit again....just trying to come up with cloaking keys now I think I may have got it working
Yet another edit, Conf files are confusing,
[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] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
Am I just missing some big part of my conf or what?