i appologize up front if this isnt the proper list for this
im trying to get ircu running for a small irc server for a gaming group i am
in. during the make config i set root as the owner of the binary, and had
it suid to user 1001 (which is my user, once i get it working i will just
create another user for myself to use, so thats no big deal)
i try running ircd, and it fails with this error
dgn# ircd
WARNING: running ircd with uid = 1001
changing to gid 1001.
Check on CPATH (ircd.conf) failed: Permission denied
Please create file and/or rerun `make config' and recompile to correct this.
im not sure what file/directory permissions are wrong (im not 100% sure what
its trying to access). is there something easy im missing?
system is fresh install of FreeBSD 4.5-stable
ircu is ircu2.10.10.pl18
running make install as root
any help would be greatly appreciated