./configure --prefix=/usr/local/bbs --disable-www
make
make install
make install-home
chown -R bbs:bbs /usr/local/bbs
//no error returned
./miscd daemon
./bbslogd
./bbsd -p 2300
# telnet localhost 2300
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
#netstat -a |grep bbsd
//still nothing
#
en,can you give any suggestion?
【 在 flyriver (江~~请假闭关中) 的大作中提到: 】
: 重新弄一次吧,把 /usr/local/bbs 删掉,然后严格按照 INSTALL 说的做一遍。
--
修改:hustjby FROM 211.69.195.*
FROM 211.69.195.*