lygyh9985825 发表于 2018-11-23 11:04:06

apache 编译报错:undefined reference to `apr_array_clear'

apache 编译报错:
modules/http/.libs/libmod_http.a(byterange_filter.o): In function `ap_set_byterange':
byterange_filter.c:(.text+0x1201): undefined reference to `apr_array_clear'
collect2: ld returned 1 exit status
make: *** Error 1
make: Leaving directory `/ytxt/src/httpd-2.2.23'
make: *** Error 1


解决:
编译apache之前应该先安装apr和apr-util,
编译的时候
./configure --prefix=/usr/local/httpd --enable-mods-shared=most --with-included-apr
  




页: [1]
查看完整版本: apache 编译报错:undefined reference to `apr_array_clear'