- 主题:从新下载了,make的时候还是有错误
深蓝 2006-11-15 12:43:52
[Compiling phpbbs.board.lo]
[Compiling phpbbs.file.lo]
phpbbs.file.c: In function `zif_bbs_file_output_attachment':
phpbbs.file.c:291: `sapi_header_line' undeclared (first use in this function)
phpbbs.file.c:291: (Each undeclared identifier is reported only once
phpbbs.file.c:291: for each function it appears in.)
phpbbs.file.c:291: parse error before "ctr"
phpbbs.file.c:293: `ctr' undeclared (first use in this function)
phpbbs.file.c:297: warning: implicit declaration of function `sapi_header_op'
phpbbs.file.c: At top level:
phpbbs.file.c:313: parse error before '-' token
phpbbs.file.c:313: warning: type defaults to `int' in declaration of `end_mmapfile'
phpbbs.file.c:313: conflicting types for `end_mmapfile'
../../src/func.h:266: previous declaration of `end_mmapfile'
phpbbs.file.c:313: warning: data definition has no type or storage class
phpbbs.file.c:314: parse error before '->' token
make[3]: *** [phpbbs.file.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
装的是php4.3.1.看版上好像是这个版本的bug
--
FROM 202.108.12.*
贴configure参数
我估计你--with-php后面跟的是系统php-devel包的路径,那个是php4.2
【 在 shenlan (深蓝) 的大作中提到: 】
: 深蓝 2006-11-15 12:43:52
: [Compiling phpbbs.board.lo]
: [Compiling phpbbs.file.lo]
: ...................
--
FROM 128.12.150.*
就是装了rh9自带的那个4.3.1,还有devel,是默认的目录,那大牛congfigure应该怎么写啊?
【 在 atppp (Big Mouse) 的大作中提到: 】
: 贴configure参数
: 我估计你--with-php后面跟的是系统php-devel包的路径,那个是php4.2
--
FROM 202.108.12.*
rh9自带的4.3.1?
你打rpm -q php看看输出是什么?
【 在 shenlan (深蓝) 的大作中提到: 】
: 就是装了rh9自带的那个4.3.1,还有devel,是默认的目录,那大牛congfigure应该怎么写啊?
--
FROM 128.12.150.*