Help with m_saname

These are old archives. They are kept for historic purposes only.
Post Reply
Fussi
Posts: 33
Joined: Fri Sep 24, 2004 9:46 pm
Location: At Home
Contact:

Help with m_saname

Post 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
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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 :(
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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.
Post Reply