代码从
http://dev.kcn.cn/下载的snapshot
apache_1.3.35 php-4.3.10
apache,php,bbs配置参数分别为:
./configure --prefix=/home/www --enable-module=so
./configure --prefix=/home/www/php \
--with-apxs=/home/www/bin/apxs --disable-debug \
--enable-pic --disable-rpath --enable-inline-optimization \
--with-dom --with-gd --with-freetype-dir=/usr/lib \
--with-png-dir --with-iconv --with-jpeg-dir --with-zlib \
--enable-track-vars
./configure --prefix=/home/bbs --enable-site=fb2k-v2 \
--with-www=/home/www --with-php=/home/www/php/include/php \
--with-mysql --enable-ssh --enable-ssl
所有的步骤都是按照
http://dev.kcn.cn/安装的
【 在 etnlegend (etn|金字塔·神|aloof) 的大作中提到: 】
: 遇到问题寻求帮助, 至少要写清楚你的代码是怎么来的, 什么时间来的, 改过没有,
: 用怎么样的参数进行配置和编译的, 必要的话还要指出是不是定义了一些关键的宏
: (例如没定义 SMTH 或者定义了 NEWSMTH 这样的大忌), 系统是什么样的, 编译器,
: automake/autoconf 版本等等信息... 还有一个重要的是你是否认真阅读过所有安
: 装文档, 嗯, 比如我有点怀疑你没 libtoolize -c --force, 怀疑而已, 不用害怕...
--
FROM 211.151.89.*