准备工作:
我在linux fc2 下 /home/里建了一个目录,然后把
apache_1.3.33.tar.gz
php-5.0.4.tar.gz
mysql 的client server rpm文件
分别tar rpm
都成功了,但是在php-5.0.4里面
./configure --with-apxs=/usr/local/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
最后说apxs perl没有成功
apache mysql都运行是好的
问题:
1,进入kbs源代码目录后:
contrib/build-RH9.sh
编译一会,最后提示:
configure:error:ERROR!Unknown site fb2k-v2.see site/
make:***没有找到目标且找不到makefile.停止
但是我在对应的目录里是有php-5.0.4的文件的啊?
2,进入kbs源代码目录后:
./configure --prefix=/usr/local/bbs --enable-site=devel \
--with-www=/usr/local/www --with-php=/usr/local/include/php \
--with-mysql --enable-ssh --enable-ssl
也是编译了一会,然后提示:
configure:error:"can't find php source in usr/local/include/php"
--
FROM 219.238.245.*