- 主题:怎么才能编译一个纯telnet的bbs?
./configure --prefix=/home/bbs --enable-site=fb2k-v2 --enable-ssh --enable-sustomizing --without-www --without-mysql --without-php
上面的命令,make的时候,
Making all in phplib
[Compiling phpbbslib.lo]
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../include -I../../src -I -I/main -I/Zend -I/TSRM -DCOMPILE_DL_KBS_BBS -Wall -DLINUX -MT phpbbslib.lo -MD -MP -MF .deps/phpbbslib.Tpo -c phpbbslib.c -fPIC -DPIC -o .libs/phpbbslib.o
phpbbslib.c:7:17: php.h: No such file or directory
phpbbslib.c:8:21: php_ini.h: No such file or directory
phpbbslib.c:9:31: ext/standard/info.h: No such file or directory
可是我不想安装php支持...
--
FROM 210.174.53.*
configure再加--disable-www试一试
【 在 zoei (我爱BKBK) 的大作中提到: 】
: ./configure --prefix=/home/bbs --enable-site=fb2k-v2 --enable-ssh --enable-sustomizing --without-www --without-mysql --without-php
: 上面的命令,make的时候,
: Making all in phplib
: ...................
--
FROM 128.12.150.*
也好像是 --disable-php
【 在 atppp (Big Mouse) 的大作中提到: 】
: configure再加--disable-www试一试
--
FROM 202.112.154.*
thanks. --disable-www is ok.
【 在 tombcy (tombcy) 的大作中提到: 】
: 标 题: Re: 怎么才能编译一个纯telnet的bbs?
: 发信站: 水木社区 (Fri Mar 17 10:55:23 2006), 转信
:
: 也好像是 --disable-php
:
: 【 在 atppp (Big Mouse) 的大作中提到: 】
: : configure再加--disable-www试一试
:
:
: --
:
: ※ 来源:·水木社区 newsmth.net·[FROM: 202.112.154.*]
--
FROM 210.174.53.*