按照文档来的,使用的是cvs代码kbs_bbs-20050623.tar.gz。
apache 和 php都没有问题了。
在kbs-bbs里面
./configure --prefix=/usr/local/bbs --enable-site=devel --with-www=/usr/local/www/ --with-php=/usr/local/include/php/ --with-mysql=/usr/local/mysql --without-libesmtp
也没有问题,在make的时候提示
Making all in bbs2www
Making all in lib
[Compiling bbslib.c]
rm -f .libs/bbslib.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DNJU_WWWBBS -DBBS2WWW -DINVISIBLE -DSAFE_KILL -D_DETAIL_UINFO_ -DSHOW_IDLE_TIME -I../../src -I../include -Wall -DLINUX -I/usr/local/mysql/include -c bbslib.c -MT bbslib.lo -MD -MP -MF .deps/bbslib.TPlo -fPIC -DPIC -o .libs/bbslib.lo
bbslib.c: In function `www_user_login':
bbslib.c:1104: `genbuf' undeclared (first use in this function)
bbslib.c:1104: (Each undeclared identifier is reported only once
bbslib.c:1104: for each function it appears in.)
bbslib.c:1107: `uc' undeclared (first use in this function)
make[3]: *** [bbslib.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
这个问题怎么搞?
--
FROM 220.165.248.*