Zefvs
Местный житель
- Регистрация
- 11 Авг 2009
- Сообщения
- 230
- Реакции
- 20
компилирую демона с поддержкой MOD_VOC, OC Centos, apache 2
результат...
результат...
Код:
# apxs -i -a -c mod_voc2.c
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fno-strict-aliasing -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -c -o mod_voc2.lo mod_voc2.c && touch mod_voc2.slo
mod_voc2.c:50: error: expected ')' before '*' token
mod_voc2.c:56: error: expected ')' before '*' token
mod_voc2.c:72: warning: missing braces around initializer
mod_voc2.c:72: warning: (near initialization for 'voc_cmds[0].func')
mod_voc2.c:72: warning: initialization from incompatible pointer type
mod_voc2.c: In function 'send_error':
mod_voc2.c:79: warning: implicit declaration of function 'ap_send_http_header'
mod_voc2.c:94: warning: implicit declaration of function 'ap_kill_timeout'
mod_voc2.c: In function 'voc_handler':
mod_voc2.c:144: error: 'conn_rec' has no member named 'client'
mod_voc2.c:147: error: 'conn_rec' has no member named 'client'
mod_voc2.c:161: error: 'conn_rec' has no member named 'client'
mod_voc2.c:172: error: 'conn_rec' has no member named 'client'
mod_voc2.c: At top level:
mod_voc2.c:181: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'voc_handlers'
mod_voc2.c:188: error: 'this_module_needs_to_be_ported_to_apache_2_0' undeclared here (not in a function)
mod_voc2.c:189: warning: initialization makes integer from pointer without a cast
mod_voc2.c:190: error: 'voc_dirconf' undeclared here (not in a function)
mod_voc2.c:191: error: 'voc_merge_dirconf' undeclared here (not in a function)
mod_voc2.c:194: warning: initialization makes integer from pointer without a cast
mod_voc2.c:195: error: 'voc_handlers' undeclared here (not in a function)
mod_voc2.c:202: warning: excess elements in struct initializer
mod_voc2.c:202: warning: (near initialization for 'voc_module')
mod_voc2.c:204: warning: excess elements in struct initializer
mod_voc2.c:204: warning: (near initialization for 'voc_module')
mod_voc2.c:207: warning: excess elements in struct initializer
mod_voc2.c:207: warning: (near initialization for 'voc_module')
mod_voc2.c:210: warning: excess elements in struct initializer
mod_voc2.c:210: warning: (near initialization for 'voc_module')
mod_voc2.c:215: warning: excess elements in struct initializer
mod_voc2.c:215: warning: (near initialization for 'voc_module')
apxs:Error: Command failed with rc=65536