- 主题:smth1.2.2安装问题
为什么要:1. 去掉 bbs2www/ 和 innbbsd/ 目录的 configure 脚本?
这样我make的时候,总会在innbbsd里出错,因为我的主configure 加了--enable-innbbsd
难道以后不支持转信了?
--
FROM 219.239.157.*
configure :
./configure --prefix=/usr/local/bbs --enable-site=test --with-www=/var/www --with-php=/usr/local/include/php --with-openssl --without-libesmtp --with-mysql --enable-ssl --enable-ssh --enable-innbbsd
error:
Making all in innbbsd
qp_conv.c:1: iconv.h: No such file or directory
*** Error code 1
Stop in /data/src/smth_bbs/innbbsd.
*** Error code 1
Stop in /data/src/smth_bbs.
*** Error code 1
Stop in /data/src/smth_bbs.
【 在 atppp (Big Mouse) 的大作中提到: 】
: 贴错误信息
--
FROM 219.239.157.*
可是我的libtool 是1.4.2版的呀,符合你说的要求呀。
我是freebsd 4.10 编译有configure脚本的源代码没有问题,这次升级CVS的时候,编译新代码才出现这样的问题的
【 在 flyriver (江~~一分钟目标) 的大作中提到: 】
: 主要就是 libtool 的版本不一致,引起很多比较讨厌的问题,
: 去掉 bbs2www 和 innbbsd 的 configure,可以使讨厌的问题少一点。
: 但去掉这些 configure 并不影响 bbs2www 和 innbbsd 的编译和安装。
: ...................
--
FROM 219.239.157.*
在/usr/local/include 下面
我觉得可能是因为innbbsd下没有执行aclocal;autoheader;automake -a;autoconf成功,使得它找不到头文件所在?
【 在 flyriver (江~~一分钟目标) 的大作中提到: 】
: 查一下你的系统的 iconv.h 在哪儿
--
修改:bugbug FROM 219.239.157.*
FROM 219.239.157.*