0.8.1でのapache2.0 (2008-01-18 19:38 by Anonymous #34603)
Debian sargeのapache2.0で0.8.1をソースからコンパイルしようとしたところ、エラーとなってしまいました。
$ ./buildconf.sh
configure.ac: 8: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
configure.ac: 202: installing `./config.guess'
configure.ac: 8: required file `./[include/config.h].in' not found
configure.ac: 8: required file `./[include/stamp-h.in' not found
$ make
Making all in src
make[1]: Entering directory `/root/modchxj/mod-chxj_0.8.1/src'
/usr/bin/libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../[include -I/usr/include/apr-0 -I/usr/include/apache2 -g -O2 -I/usr/include -g -O2 -Wall -pthread -I/usr/include/apr-0 -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I/usr/include/apr-0 -I/usr/include -c mod_chxj.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. "-I../[include" -I/usr/include/apr-0 -I/usr/include/apache2 -g -O2 -I/usr/include -g -O2 -Wall -pthread -I/usr/include/apr-0 -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I/usr/include/apr-0 -I/usr/include -Wp,-MD,.deps/mod_chxj.pp -c mod_chxj.c -fPIC -DPIC -o .libs/mod_chxj.o
mod_chxj.c:35:22: mod_chxj.h: No such file or directory
mod_chxj.c:36:27: chxj_encoding.h: No such file or directory
mod_chxj.c:37:26: qs_ignore_sp.h: No such file or directory
mod_chxj.c:38:20: qs_log.h: No such file or directory
mod_chxj.c:39:23: qs_malloc.h: No such file or directory
mod_chxj.c:40:27: qs_parse_attr.h: No such file or directory
mod_chxj.c:41:27: qs_parse_file.h: No such file or directory
mod_chxj.c:42:29: qs_parse_string.h: No such file or directory
mod_chxj.c:43:26: qs_parse_tag.h: No such file or directory
mod_chxj.c:44:35: chxj_load_device_data.h: No such file or directory
mod_chxj.c:45:34: chxj_load_emoji_data.h: No such file or directory
mod_chxj.c:46:35: chxj_specified_device.h: No such file or directory
mod_chxj.c:47:27: chxj_tag_util.h: No such file or directory
mod_chxj.c:48:35: chxj_xhtml_mobile_1_0.h: No such file or directory