- 主题:local_utl中的bonlinelog.c
make的时候出错了。
ps:由于只想要一个普通telnet能访问的bbs,不需要www,所以configure的时候是这样写的
./configure ./configure --prefix=/home/bbs --enable-site=PherlBBS \
--without-www -without-php --without-mysql --disable-ssh --disable-ssl
不知道有没有问题,另外,make的时候出错信息见下:
[Compiling bonlinelog.c]
bonlinelog.c: In function `main':
bonlinelog.c:85: warning: passing arg 1 of `fprintf' from incompatible pointer
type
bonlinelog.c:85: too few arguments to function `fprintf'
make[2]: *** [bonlinelog.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--
修改:pherl FROM 202.112.26.*
FROM 202.112.26.*
如果只要 telnet,那很简单
./configure --prefix=/home/bbs --enable-site=PherlBBS --disable-www \
--disable-ssh --without-mysql
【 在 pherl (spy) 的大作中提到: 】
: make的时候出错了。
: ps:由于只想要一个普通telnet能访问的bbs,不需要www,所以configure的时候是这样写的
: ./configure ./configure --prefix=/home/bbs --enable-site=PherlBBS \
: ...................
--
FROM 166.111.160.*
Thx^^
【 在 flyriver (江~~每天进步一点点) 的大作中提到: 】
: 如果只要 telnet,那很简单
: ./configure --prefix=/home/bbs --enable-site=PherlBBS --disable-www \
: --disable-ssh --without-mysql
: ...................
--
FROM 202.112.26.*