- 主题:YTHTBBS配置文件的修改
uid和gid要改成bbs用户的uid,gid
用
cat /etc/passwd命令看
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 下面是我的bbsconfig文件,可是在./configure时,不能通过。请问如修改?谢谢
: LAST_BBS_HOME=/home/bbs
: LAST_BBS_UID=9999
: LAST_BBS_GID=999
: LAST_BBS_USER=bbs
: LAST_BBS_ID=MY_BBS
: LAST_BBS_CNAME="zeroBBS"
: ...................
--
FROM 219.225.4.84
我记得configure后面要跟什么参数。
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 是呀,对的呀。我改了的呀
: 现在提示错误是这样:
: ERROR: unable to find no such site configuration!
: checked in the following places
: site/bbsconfig.sample
: 请问应该如何解决呀?谢谢
: 【 在 拖泥带水.bbs@ytht.net (tnds) 的大作中提到: 】
: ...................
--
FROM 219.225.4.84
touch *
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 那一步我倒是通过了,可是接下来的make又出现错
: make -C ythtlib install
: make[1]: Entering directory `/home/bbssrc/ythtlib'
: make[1]: *** Warning: File `Makefile' has modification time in the future (2004-05-25 21:05:54 > 2002-02-11 15:54:49.628232)
: ../configure is older than ../configure.in or ../makedist.sh, run ../makedist.sh first.
: make[1]: *** [../configure] Error 1
: make[1]: Leaving directory `/home/bbssrc/ythtlib'
: make: *** [all] Error 2
: ...................
--
FROM 10.2.168.205
改文件时间
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 什么意思?
: 【 在 朱雀.bbs@wusetu.cn (无家可归|流浪......) 的大作中提到: 】
: : touch *
: : ...................
--
FROM 10.2.168.205
或者chown -R bbs.bbs *
【 在 朱雀 (无家可归|流浪......) 的大作中提到: 】
: 改文件时间
: 【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: : 什么意思?
--
FROM 10.2.168.205
更改代码目录权限为bbs用户的
重新/makedist.sh
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 时间问题倒是解决了,可是还在有错呀
: make -C ythtlib install
: make[1]: Entering directory `/home/bbssrc/ythtlib'
: ../configure is older than ../configure.in or ../makedist.sh, run ../makedist.sh first.
: make[1]: *** [../configure] Error 1
: make[1]: Leaving directory `/home/bbssrc/ythtlib'
: 【 在 ylsdd.bbs@ytht.net (看paper) 的大作中提到: 】
: : make[1]: *** Warning: File `Makefile' has modification time in the future
: ...................
--
FROM 10.2.168.205
错误提示在哪??
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 现在我先make -C ythtlib install
: 再./makedist.sh
: 再./congure --with-site=*
: 再make
: 这时候又出现别的错误提示了:
: make -C ythtlib install
: make[1]: Entering directory `/home/bbssrc/ythtlib'
: mkdir -p /home/bbs/bin
: ...................
--
FROM 10.2.168.205