本人安装ythtbbs在linux9上边,安装过程如下
以bbs用户登入系统;
$ cd /home/bbs/bbssrc/software
$ make installfcgidev
$ make installghthash
$ cd /home/bbs/bbssrc/site
$ cp bbsconfig.sample bbsconfig.mybbs (修改信息)
$ cp seclist.txt.sample seclist.mybbs
$ cd /home/bbs/bbssrc
$ ./makedist.sh
$ ./configure --with-site=mybbs
$ make
$ make install
$ cd /home/bbs/bbssrc/local_utl
$ make depend
$ make
$ make install
$ cd ythtlib
$ make install
$ cd ../libythtbbs
$ make install
$ cd ../src
$ make install
以上均没有出问题,在执行
/home/bbs/bin/shminit时报了如下错误,
---------------------------
please run this program as bbs user
don't run this program as root!
oops, shminit failed, please clear all shm and retry
---------------------------
不知何故???
执行/home/bbs/bin/bbsd
telnet localhost
出现如下问题
------------------------------------------------------
[bbs@BBS bin]$ telnet localhost
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
BBS 最近 (1,5,15) 分钟的平均负荷分别为 0.02, 0.20, 0.16 (目前上限 = 20).
健康状态
Connection closed by foreign host.[bbs@BBS bin]$
------------------------------------------------------
各位安装过ytht的帮帮我了!
--
FROM 202.201.20.50