Search found 1 match

by bradi
Tue May 10, 2016 8:54 am
Forum: Generic support
Topic: #define CHROOTDIR
Replies: 1
Views: 2453

#define CHROOTDIR

Hi, I am trying to run the ircd as the user "ircd". I have edited config.h


#define CHROOTDIR
#define IRC_USER "ircd"
#define IRC_GROUP "ircd"


but "make" fails with


ircd.c: In function ‘main’:
ircd.c:1068:66: error: ‘dpath’ undeclared (first use in this function)
fprintf(stderr, "ERROR ...