Small problem

These are old archives. They are kept for historic purposes only.
Post Reply
Jagger
Posts: 5
Joined: Fri Jan 13, 2006 3:01 pm

Small problem

Post 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)
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

Did you make a clean install ? & then install with the ./Config script? Seems that you have overwritten the old unrealIRCd.
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post 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..
Jagger
Posts: 5
Joined: Fri Jan 13, 2006 3:01 pm

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