1. pcre
./configure: error: the HTTP rewrite module requires the PCRE library.
使用:
yum install pcre pcre-devel
2. openssl
./configure: error: the HTTP cache module requires md5 functions from OpenSSL library.
使用:
yum install openssl openssl-devel
3. perl module
./configure: error: perl module ExtUtils::Embed is required
使用:
$ yum install perl perl-devel perl-ExtUtils-Embed
4. gd
./configure: error: the HTTP image filter module requires the GD library.
使用:
yum install gd gd-devel
./configure: error: the HTTP rewrite module requires the PCRE library.
使用:
yum install pcre pcre-devel
2. openssl
./configure: error: the HTTP cache module requires md5 functions from OpenSSL library.
使用:
yum install openssl openssl-devel
3. perl module
./configure: error: perl module ExtUtils::Embed is required
使用:
$ yum install perl perl-devel perl-ExtUtils-Embed
4. gd
./configure: error: the HTTP image filter module requires the GD library.
使用:
yum install gd gd-devel
本文介绍了在配置HTTP服务过程中遇到的四个常见问题及其解决方案:缺少PCRE库导致的重写模块错误;缺少OpenSSL库导致的缓存模块错误;缺少ExtUtils::Embed Perl模块的问题;以及缺少GD库导致的图片过滤模块错误。
1万+

被折叠的 条评论
为什么被折叠?



