编译 supphp 时出错

编译 supphp 时出错

尝试suphp从源代码安装。

但是当我跑步时:

./configure --prefix=/usr --sysconfdir=/etc --with-apache-user=www-data --with-setid-mode=paranoid
make

我收到此错误:

Error: 

In file included from /usr/include/apache2/ap_config.h:25:0,
                 from /usr/include/apache2/httpd.h:44,
                 from mod_suphp.c:24:
/usr/include/apache2/ap_hooks.h:39:17: fatal error: apr.h: No such file or file directory 
 #include "apr.h"
                 ^
compilation terminated.

最新版本,0.7.1 下载自:www.suphp.org/Download.html 我检查了多重指南,但是这个 是我目前正在关注的。

相关内容