Cannot load modules in Unreal

These are old archives. They are kept for historic purposes only.
Post Reply
MikeXD
Posts: 2
Joined: Thu Apr 08, 2004 3:44 am

Cannot load modules in Unreal

Post 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?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
MikeXD
Posts: 2
Joined: Thu Apr 08, 2004 3:44 am

Post 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"
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Is the "src/modules/m_antidccbug.so" path OK? Does the file exist there? Are the permissions OK? Probably the compilation failed?
Post Reply