Page 1 of 1

./src/ircd: No such file or directory

Posted: Fri May 23, 2008 8:39 pm
by Xplorer4x4
When i enter the command "./src/ircd " in putty it gives me the error "./src/ircd: No such file or directory" and i cant figure out what the problem is. My unrealircd.conf is in the Unreal 3.2 folder. I have checked spelling as well as being case sensitive but nothing works.

Any suggestions?

Re: ./src/ircd: No such file or directory

Posted: Fri May 23, 2008 9:38 pm
by Jobe
Try ./unreal start

If that doesn't work, try recompiling Unreal using the following steps:
  • make distclean
  • ./Config
  • make

Re: ./src/ircd: No such file or directory

Posted: Sat May 24, 2008 12:07 am
by Xplorer4x4
thanks i got it working now. Forgot to run the gmake command. :oops: