国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

./configure: error: the HTTP XSLT module requires the libxml2/libx ubuntu

這篇具有很好參考價(jià)值的文章主要介紹了./configure: error: the HTTP XSLT module requires the libxml2/libx ubuntu。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

ubuntu 安裝nginx ./configure 編譯出錯(cuò)問題

一直服務(wù)器好好的用的寶塔面板,最近換了一臺(tái)服務(wù)器,還是ubuntu系統(tǒng)盤,什么也沒有改結(jié)果安裝完寶塔面板,怎么也裝不上nginx,看了下日志,提示:

./configure: error: the HTTP XSLT module requires the libxml2/libxslt librar

解決辦法:

apt-get?install?libxml2 libxml2-dev libxslt-dev

用的以上代碼一下就好了,特此記錄,一下記錄是出現(xiàn)一下代碼問題在使用。

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

make: *** [build] Error 2文章來源地址http://www.zghlxwxcb.cn/news/detail-538367.html

到了這里,關(guān)于./configure: error: the HTTP XSLT module requires the libxml2/libx ubuntu的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • Android 交叉編譯openssl 、libxml2靜態(tài)庫

    openssl: Android下openssl編譯和使用(一)_安卓編譯openssl 交叉編譯 for arch in armeabi-v7a arm64-v8a-CSDN博客 libxml2: LIBXML2 2.9.11 build for Android_libxml2 android靜態(tài)庫_fredhurui的博客-CSDN博客

    2024年02月06日
    瀏覽(18)
  • 解決WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python

    目錄 解決WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python不可用 的問題 問題描述 解決方案 1. 檢查Python環(huán)境 2. 安裝所需的依賴 對(duì)于Debian/Ubuntu系統(tǒng): 對(duì)于Fedora/CentOS系統(tǒng): 對(duì)于MacOS系統(tǒng): 對(duì)于Windows系統(tǒng): 3. 重新安裝Python環(huán)境 4. 使用另一個(gè)包管理器

    2024年02月05日
    瀏覽(21)
  • 已解決WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python

    已解決WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python

    已解決(pip升級(jí)報(bào)錯(cuò)) WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Requirement already satisfied: pip in e:anacondainstall_rootlibsite-packages (21.0.1) WARNING: Retrying (Retry(total=4, connect=None, read=None, redi

    2024年02月02日
    瀏覽(23)
  • 解決錯(cuò)誤:pip is configured with locations that require TLS/SSL,the ssl module in Python is not available

    解決錯(cuò)誤:pip is configured with locations that require TLS/SSL,the ssl module in Python is not available。 pip安裝包出現(xiàn)錯(cuò)誤類似如下: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting protobuf=4.25.2 (fr

    2024年02月19日
    瀏覽(24)
  • nginx異常:the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx/conf

    nginx異常:the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx/conf

    待修改完善 - 僅備份 操作前必須先備份原有的nginx。 編譯開始根據(jù)如下: 1.示例:nginx的安裝目錄是/usr/local/nginx,源碼包在/root/nginx-1.10.1目錄下。 2.切換到源碼包: 3.進(jìn)行編譯: 4.配置完成后,運(yùn)行命令: 5.make命令執(zhí)行后,不要進(jìn)行make install,否則會(huì)覆蓋安裝。 6.備份原有

    2024年02月05日
    瀏覽(23)
  • nginx安裝時(shí)配置出錯(cuò)openssl library in … not found和error: SSL modules require the OpenSSL library. 的徹底解決

    nginx安裝時(shí)配置出錯(cuò)openssl library in … not found和error: SSL modules require the OpenSSL library. 的徹底解決

    目? ? ? ? ? ? 錄 一、問題描述(錯(cuò)誤現(xiàn)象描述) 二、問題查處過程 1、查看openssl的版本 2、定位openssl所在目錄 3、配置參數(shù)加上 openssl的目錄 4、重裝openssl 三、問題解決 1、openssl庫路徑匹配 2、--with-openssl路徑配置 ????????我們的程序原來正常運(yùn)行,由于客戶服務(wù)器做了

    2024年03月21日
    瀏覽(22)
  • nginx配置SSL數(shù)字證書、報(bào)錯(cuò)nginx: [emerg] the “ssl“ parameter requires ngx_http_ssl_module in

    nginx配置SSL數(shù)字證書、報(bào)錯(cuò)nginx: [emerg] the “ssl“ parameter requires ngx_http_ssl_module in

    nginx一般默認(rèn)安裝目錄是 /usr/local/nginx,請(qǐng)按自己實(shí)際安裝目錄操作 名稱 命令 查看版本 /usr/local/nginx/sbin/nginx -v 啟動(dòng)服務(wù) /usr/local/nginx/sbin/nginx 重啟服務(wù) /usr/local/nginx/sbin/nginx-s restart 停止服務(wù) /usr/local/nginx/sbin/nginx -s stop 是否啟動(dòng) ps -ef | grep nginx 強(qiáng)制結(jié)束 kill 進(jìn)程ID (如:kil

    2024年02月15日
    瀏覽(28)
  • [emerg] the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:35

    這個(gè)錯(cuò)誤提示表明在Nginx配置文件(通常是nginx.conf)中使用了SSL(Secure Sockets Layer)相關(guān)的配置,但是Nginx沒有加載相應(yīng)的SSL模塊。 1.檢查Nginx是否編譯了SSL模塊: /usr/local/nginx/sbin/nginx -V 21 | grep --color=auto ssl /usr/local/nginx/sbin/nginx:安裝nginx的絕對(duì)路徑 輸出以下結(jié)果 則為安裝已

    2024年03月16日
    瀏覽(28)
  • 完美解決Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy

    當(dāng)你用Android studio 打開一個(gè)新項(xiàng)目(一般是下載的工程),可能會(huì)報(bào)錯(cuò) Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle. android 2.0以后,涌現(xiàn)該題目的緣由是as拜訪... 當(dāng)你用Android studio 打開一個(gè)新項(xiàng)目(一般是下載的工程),可能會(huì)

    2024年02月08日
    瀏覽(23)
  • Nginx: [emerg] the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf

    ??出現(xiàn)上面標(biāo)題中的問題是因?yàn)槲耶?dāng)初在安裝Nginx的時(shí)候沒有安裝SSL模塊,但是現(xiàn)在我在Nginx配置文件(nginx.cnf)中配置了SSL的相關(guān)配置信息。當(dāng)我再次啟動(dòng)Nginx的時(shí)候就提示我 nginx: [emerg] the \\\"ssl\\\" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:111 了。下面我將我的解

    2024年02月07日
    瀏覽(22)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包