Page 1 of 1

Small problem

Posted: Fri Jan 13, 2006 3:07 pm
by Jagger
Okay.. I just compiled the cvs(stable) of Unreal, and I went to start it and I seem to get this error,

Code: Select all

unreal@sakai:~/Unreal$ ./unreal start
Starting UnrealIRCd
./unreal: line 10: /home/unreal/Unreal/src/ircd: No such file or directory
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
I've googled and searched, and yet still, found nothing. I had also checked ircd.log and found that it was empty, also checked /src/ircd (Seems bugged, because I found a file called "ircd.c"). If anybody could help me out with this, it would be awesome. (Ubuntu "breezy" linux)

Posted: Fri Jan 13, 2006 4:19 pm
by JIVXor
Did you make a clean install ? & then install with the ./Config script? Seems that you have overwritten the old unrealIRCd.

Posted: Fri Jan 13, 2006 8:14 pm
by [UnDeRTaKeR]
if it was an upgrade from a stable to a cvs, it would been better to rename
the old unreal dir, ./Config & make in this new dir, like the docs say,
and then copy all the old conf files, recompile modules, etc... in the newly
created dir..

Posted: Sat Jan 14, 2006 2:24 am
by Jagger
JIVXor wrote:Did you make a clean install ? & then install with the ./Config script? Seems that you have overwritten the old unrealIRCd.
That fixed it, thanks alot. :P