Page 1 of 1

Cannot load modules in Unreal

Posted: Thu Apr 08, 2004 3:47 am
by MikeXD
Whenever I load a module into the module folder and add the command in unreal conf it give me this error message when I rehash

unrealircd.conf:544: loadmodule src/modules/m_antidccbug.c: failed to load: Cannot open "tmp/543466F8.m_antidccbug.c"

Is there anything I must do to fix this?

Posted: Thu Apr 08, 2004 8:29 am
by AngryWolf
You can load only .so (binary) files. C sources are not understandable by the computer directly. They have to be compiled to machine code.

Posted: Thu Apr 08, 2004 4:20 pm
by MikeXD
I tried converting it with the info from http://angrywolf.linktipp.org/compiling.php?lang=en
but the same error came up:

loadmodule src/modules/m_antidccbug.so: failed to load: Cannot open "tmp/3E6A17BF.m_antidccbug.so"

Posted: Thu Apr 08, 2004 7:17 pm
by AngryWolf
Is the "src/modules/m_antidccbug.so" path OK? Does the file exist there? Are the permissions OK? Probably the compilation failed?