Problem with make

These are old archives. They are kept for historic purposes only.
Locked
Tom
Posts: 3
Joined: Sun Jul 25, 2004 1:14 am

Problem with make

Post by Tom »

I have a problem with the make, I have tried removing the settings and starting the config a number of times. :?:
Tom
Posts: 3
Joined: Sun Jul 25, 2004 1:14 am

Re: Problem with make

Post by Tom »

ist.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o -lcrypt -L/usr/home/tom/Unreal3.2/extras/regexp/lib -ltre -lssl -lcrypto
cloak.o: In function `make_virthost':
/usr/home/tom/Unreal3.2/src/cloak.c:168: undefined reference to `RCallbacks'
s_conf.o: In function `init_conf':
/usr/home/tom/Unreal3.2/src/s_conf.c:1517: undefined reference to `callbacks_check'
/usr/home/tom/Unreal3.2/src/s_conf.c:1532: undefined reference to `callbacks_switchover'
*** Error code 1

Stop in /usr/home/tom/Unreal3.2/src.
*** Error code 1

Stop in /usr/home/tom/Unreal3.2.
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Are you upgrading?
If so, did you follow the proper upgrade procedure? 'make clean', './Config' and then 'make'.
If not, try redownloading UnrealIRCd, double check it doesn't give errors when extracting (@tar xzf) and make sure you have enough quota..
[just some quick thoughts :P]
Tom
Posts: 3
Joined: Sun Jul 25, 2004 1:14 am

Post by Tom »

worked
ta :)
Locked