INSTALL文件里是这样说的:
1. Add the group 'bbs' into /etc/group
bbs:*:99:bbs,bbsuser,bbsadm
2. Create the following three accounts, and their home directories:
bbsadm::9990:99:BBS admin and developer:/home/bbsadm:/bin/csh
bbs::9999:99:BBS user:/home/bbs:/home/bbs/bin/bbsrf
bbsuser::9999:99:BBS user:/home/bbs:/bin/csh
我用groupadd useradd 完成以上内容,就是不知道bbs:*:99:bbs,bbsuser,bbsadm.....
....这些是干什么的?是不是直接加到/etc/group文件里?(我没加,是不是出错在这里
?)
4. For security reason, add these three accounts into /etc/ftpusers:
bbs
bbsuser
bbsadm
我没有/etc/ftpusers这个文件怎么办?
我都不管继续往下作:作到make时就出错了:
gcc -O2 -DSHOW_IDLE_TIME -DWITHOUT_CHROOT -DLINUX -DTERMIOS -c bbs.c
In file included from bbs.c:23:
bbs.h:70: parse error before "__extension__"
bbs.h:70: `__len' undeclared here (not in a function)
bbs.h:70: initializer element is not constant
bbs.h:70: parse error before "if"
bbs.h:70: conflicting types for `__retval'
bbs.h:70: previous declaration of `__retval'
bbs.h:70: warning: data definition has no type or storage class
bbs.h:70: parse error before '}' token
make: *** [bbs.o] Error 1
错在哪里?要怎么办?
多谢!