undefined reference to `ap_thread_stacksize'

来源:互联网 发布:微信群如何做淘宝客 编辑:程序博客网 时间:2024/06/05 07:38

linux下部署apache+svn时,提示错误:

/home/svn/httpd-2.2.6/server/mpm/worker/worker.c:1203: undefined reference to `ap_thread_stacksize'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory `/home/svn/httpd-2.2.6'
make: *** [all-recursive] Error 1

先 make clean, 再 make

 

configure: WARNING: we have configured without BDB filesystem support


You don't seem to have Berkeley DB version 4.0.14 or newer
installed and linked to APR-UTIL.  We have created Makefiles which
will build without the Berkeley DB back-end; your repositories will
use FSFS as the default back-end.  You can find the latest version of
Berkeley DB here:
  http://www.oracle.com/technology/software/products/berkeley-db/index.html

[root@hold148 subversion-1.6.12]#

 

可忽略,直接make

0 0
原创粉丝点击