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?
./src/ircd: No such file or directory
Re: ./src/ircd: No such file or directory
Try ./unreal start
If that doesn't work, try recompiling Unreal using the following steps:
If that doesn't work, try recompiling Unreal using the following steps:
- make distclean
- ./Config
- make
Your IP: 
Your Country:

Your Country:

-
Xplorer4x4
- Posts: 2
- Joined: Fri May 23, 2008 6:56 pm
Re: ./src/ircd: No such file or directory
thanks i got it working now. Forgot to run the gmake command. 