这篇具有很好参考价值的文章主要介绍了./configure: error: the HTTP XSLT module requires the libxml2/libx ubuntu。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。
ubuntu 安装nginx ./configure 编译出错问题
一直服务器好好的用的宝塔面板,最近换了一台服务器,还是ubuntu系统盘,什么也没有改结果安装完宝塔面板,怎么也装不上nginx,看了下日志,提示:
./configure: error: the HTTP XSLT module requires the libxml2/libxslt librar
解决办法:
apt-get install libxml2 libxml2-dev libxslt-dev
用的以上代码一下就好了,特此记录,一下记录是出现一下代码问题在使用。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
. /configure : error: C compiler cc is not found 解决办法 apt install g++ . /configure : error: the HTTP rewrite module requires the PCRE library. 解决办法 apt install libpcre3 libpcre3-dev . /configure : error: SSL modules require the OpenSSL library. 解决办法 apt install openssl libssl-dev . /configure : error: the HTTP gzip module requires the zlib library. 解决办法 下载zlib-1.2.8.tar ./configure && make && make install .gz 解压,安装 . /configure : error: the HTTP XSLT module requires the libxml2 /libxslt 解决办法 apt-get install libxml2 libxml2-dev libxslt-dev |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
URCE=2 -I src /core -I src /event -I src /event/modules -I src /os/unix -I /home/always/tools/nginx-rtmp-module -I /usr/include/libxml2 -I objs \ -o objs /src/core/ngx_murmurhash .o \ src /core/ngx_murmurhash .c src /core/ngx_murmurhash .c: In function ‘ngx_murmur_hash2’: src /core/ngx_murmurhash .c:37:11: error: this statement may fall through [-Werror=implicit-fallthrough=] h ^= data[2] << 16; ~~^~~~~~~~~~~~~~~~ src /core/ngx_murmurhash .c:38:5: note: here case 2: ^~~~ src /core/ngx_murmurhash .c:39:11: error: this statement may fall through [-Werror=implicit-fallthrough=] h ^= data[1] << 8; ~~^~~~~~~~~~~~~~~ src /core/ngx_murmurhash .c:40:5: note: here case 1: ^~~~ cc1: all warnings being treated as errors objs /Makefile :659: recipe for target 'objs/src/core/ngx_murmurhash.o' failed make [1]: *** [objs /src/core/ngx_murmurhash .o] Error 1 make [1]: Leaving directory '/home/always/tools/nginx-1.10.3' Makefile:8: recipe for target 'build' failed 文章来源:https://www.toymoban.com/news/detail-538367.html make : *** [build] Error 2 文章来源地址https://www.toymoban.com/news/detail-538367.html |
到了这里,关于./configure: error: the HTTP XSLT module requires the libxml2/libx ubuntu的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!