Page 1 of 1

Help with m_saname

Posted: Fri Sep 16, 2005 11:13 am
by Fussi
Hi all.

I just set up the newest version of UnrealIRCd and now i'd like to add the module m_saname again.
But:
When i try to rehash, i get this message:

Code: Select all

[12:39] -irc.somewhere.de- *** Notice -- unrealircd.conf:38: loadmodule src/modules/m_saname.so: failed to load: tmp/776FFE5.m_saname.so: undefined symbol: m_nick
What does that mean?
I just copied the .c file from my "old" unreal dir into the new and compiled it with

Code: Select all

make custommodule MODULEFILE=m_saname
its the same file, i havent changed anything.

I selected to use SSL this time for unreal, could it be that it isnt working because of that?

Thanks for any help in advance


-Fussi

Posted: Fri Sep 16, 2005 11:46 am
by White_Magic
looks like it didnt build properly,

i had a similiar but not the same message from a win32 module i compiled, it didnt export the symbols properly in the dll file..

but i cant help ya much sorry :(

Posted: Fri Sep 16, 2005 3:38 pm
by aquanight
Not this time...

m_nick used to be exported by the ircd but was later modulized meaning modules can't access it anymore.

You'll have to either contact the author or find a different module that does what you want.