This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Problems with modules

Old posts that have not been replied to for several years.
Locked
R
Renzo

Post by Renzo »

Hi!
I wanna run eggdrop1.6.6.
In the conf file I've def. "/modules" as modules path, like it is in reality (~/eggdrop/modules-1.6.6 but modules links to that)
Now I get the following (not only modules errors I think):
./eggdrop -m eggdrop.conf


Eggdrop v1.6.6 (C)1997 Robey Pointer (C)2001 Eggheads
[02:36] --- Loading eggdrop v1.6.6 (Wed Oct 17 2001)
[02:36] Listening at telnet port 44445 (all)
[02:36] Can&#39t load modules dns: File not found
[02:36] Can&#39t load modules channels: File not found
[02:36] Can&#39t load modules server: File not found
[02:36] Can&#39t load modules ctcp: File not found
[02:36] Can&#39t load modules irc: File not found
[02:36] Can&#39t load modules transfer: File not found
[02:36] Can&#39t load modules notes: File not found
[02:36] Can&#39t load modules console: File not found
[02:36] Can&#39t load modules seen: File not found
[02:36] Can&#39t load modules assoc: File not found
[02:36] TCL error in file &#39eggdrop.conf':
[02:36] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, nkch, note, time, unld
while executing
"bind msg - $field msg_setuserinfo"
("foreach" body line 2)
invoked from within
"foreach field [string tolower ${userinfo-fields}] {
bind msg - $field msg_setuserinfo
bind dcc - $field dcc_setuserinfo
bind dcc m ch$field dcc_..."
(file "scripts/userinfo.tcl" line 125)
invoked from within
"source scripts/userinfo.tcl"
(file "eggdrop.conf" line 1234)
[02:36] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

try setting it to "modules" instead of "/modules"
R
Renzo

Post by Renzo »

No, that doesn't work. I've also tryied "" "~/eggdrop/modules" "/home/renzo/eggdrop/modules" etc.

What's wrong?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

OK, that is 1 of the possible 2 problems tried.

Go back and read through the INSTALL file, and you will find that you have missed one step in the installation.

You need to type "make install".

Read through the INSTALL file, and you will see how to use it, to install to a different directory.
R
Renzo

Post by Renzo »

no, I've made make install. but I hade to make it static, that was the problem. I could shoot me for that...
Locked