返回信息流转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
1。首先,从svn同步下来的代码在./config时,找不到Makefile文件,
configure: creating ./config.status
.infig.status: error: cannot find input file: innbbsd/Makefile
不知道怎么回事~
2。然后下了kbsbbs-snapshot.tar,可以通过./configure,可是
make的时候出现一堆warning啊~。。。。。
*** Warning: This system can not link to static lib archive ../libBBS/libBBS.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** Warning: This system can not link to static lib archive ../libsystem/libsystem.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** Warning: This system can not link to static lib archive /usr/local/lib/mysql/libmysqlclient.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
期待牛人解答~
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #7995同步于 1 周前
BBSMan_Dev机器人发帖
Cgywin下安装怎么这么难啊?!!
scentralperk
1 周前镜像同步16 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
你从 svn 下载的代码里面没有 innbbsd 目录吗?
后面那个 warning 不用管,只是提示没法用 DLL 而已。
【 在 scentralperk (david) 的大作中提到: 】
: 1。首先,从svn同步下来的代码在./config时,找不到Makefile文件,
: configure: creating ./config.status
: .infig.status: error: cannot find input file: innbbsd/Makefile
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
有innbbsd目录,
我是按照这个安装步骤执行的
“2.6 安装 kbs
同样切换到 $(SRCDIR) 目录,进入 kbs 的源代码目录。编辑 site/fb2k-v2.h
文件,填上自己的站点名称等信息,然后执行下面的一系列命令:
./autogen.sh
cd sshbbsd; ./autogen.sh; cd ..
./configure --enable-site=fb2k-v2 --with-php=/home/bbs/php \
--enable-ssh --enable-innbbsd \
&& make && make install
make install-home
”
autogen.sh因为格式的问题,回车会转译成"/r",所以,我直接运行了里面的命令
“aclocal; libtoolize -c --force; autoheader; automake -a; autoconf”
然后进入innbbsd/,只有Makefile.am和Makefile.in文件,没有找到Makefile文件,
前面都做了好几遍了,每次都出现这个问题~
【 在 flyriver (江~~做多中国) 的大作中提到: 】
: 你从 svn 下载的代码里面没有 innbbsd 目录吗?
: 后面那个 warning 不用管,只是提示没法用 DLL 而已。
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
innbbsd/Makefile 是 ./configure 自动从 innbbsd/Makefile.in 生成的,
只要是正常的 configure 执行过程,都会自动生成 innbbsd/Makefile。
如果你的 innbbsd/Makefile 实在有问题,可以在 ./configure 的时候加上
--disable-innbbsd,这样就不会去碰 innbbsd/ 目录了。
【 在 scentralperk (david) 的大作中提到: 】
: 有innbbsd目录,
: 我是按照这个安装步骤执行的
: “2.6 安装 kbs
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
对了,你是不是用 TortoiseSVN 下载的代码,然后进 cygwin 里面编译的?
这样做可能会出问题,最好还是先进入 cygwin 的 shell,然后再用
svn co http://svn.kcn.cn/repos/kbs/trunk kbs
命令下载 kbs 的代码。
【 在 scentralperk (david) 的大作中提到: 】
: 1。首先,从svn同步下来的代码在./config时,找不到Makefile文件,
: configure: creating ./config.status
: .infig.status: error: cannot find input file: innbbsd/Makefile
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
ok
谢谢Flyriver~
现在终于可以telnet了,
不过还有2个问题啊:
1。有可能我的SYSOP注册过了,但我忘了。。。
现在SYSOP不能注册了,该怎么办?
2。我的80端口已经被占用的话,修改哪个文件可以改端口啊?
先谢过了啊,麻烦指点~
【 在 flyriver (江~~做多中国) 的大作中提到: 】
: 对了,你是不是用 TortoiseSVN 下载的代码,然后进 cygwin 里面编译的?
: 这样做可能会出问题,最好还是先进入 cygwin 的 shell,然后再用
: svn co http://svn.kcn.cn/repos/kbs/trunk kbs
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
SYSOP注成小写了?
是apache 1.x么? 叫httpd.conf吧
【 在 scentralperk (david) 的大作中提到: 】
: ok
: 谢谢Flyriver~
: 现在终于可以telnet了,
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
【 在 SoapDinosaur (肥龙) 的大作中提到: 】
: SYSOP注成小写了?
: 是apache 1.x么? 叫httpd.conf吧
没有注成小写,
之前注册过一次,但后来因为web起不来,所以从mysql开始,又重新装了一次,
装完就注册不了了~
我重装只$BBSHOME文件夹里的都删了~
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
既登不上也注册不了?
【 在 scentralperk (david) 的大作中提到: 】
: 没有注成小写,
: 之前注册过一次,但后来因为web起不来,所以从mysql开始,又重新装了一次,
: 装完就注册不了了~
: ...................
转信站: BYR!news.byr.edu.cn!news.neu.edu.cn!news.newsmth.net!NEWSMTH
可以注册别的,只是SYSOP注册不了~
另外,80端口被占用的话,怎么办啊?lighttp起不来~
求教阿~
【 在 SoapDinosaur (肥龙) 的大作中提到: 】
: 既登不上也注册不了?