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

glibc編譯時(shí)報(bào)錯(cuò):configure: error:*** LD_LIBRARY_PATH shouldn‘t contain the current directory when ***

這篇具有很好參考價(jià)值的文章主要介紹了glibc編譯時(shí)報(bào)錯(cuò):configure: error:*** LD_LIBRARY_PATH shouldn‘t contain the current directory when ***。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

在編譯glibc時(shí),進(jìn)到glibc源碼里:

cd glibc-source && mkdir build &&cd build

開始配置,執(zhí)行了如下命令:../configure --prefix=/opt/glibc
然后報(bào)如下錯(cuò)誤:
“configure: WARNING:
*** These auxiliary programs are missing or incompatible versions: makeinfo
*** some features or tests will be disabled.
*** Check the INSTALL file for required versions.
checking LD_LIBRARY_PATH variable… contains current directory
configure: error:
*** LD_LIBRARY_PATH shouldn’t contain the current directory when
*** building glibc. Please change the environment variable
*** and run configure again.

網(wǎng)上也搜索了下,說(shuō)是環(huán)境變量的問題,摸索了下,不用去改配置文件,只要在剛剛執(zhí)行命令的終端下運(yùn)行下面這個(gè)命令就可以了,然后再執(zhí)行上面的配置命令就會(huì)成功了。

export LD_LIBRARY_PATH=

圖示:
glibc編譯時(shí)報(bào)錯(cuò):configure: error:*** LD_LIBRARY_PATH shouldn‘t contain the current directory when ***
(一開始有報(bào)錯(cuò),這行執(zhí)行后,在配置的運(yùn)行結(jié)果就會(huì)成功)
glibc編譯時(shí)報(bào)錯(cuò):configure: error:*** LD_LIBRARY_PATH shouldn‘t contain the current directory when ***
希望能幫到你。文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-501231.html

到了這里,關(guān)于glibc編譯時(shí)報(bào)錯(cuò):configure: error:*** LD_LIBRARY_PATH shouldn‘t contain the current directory when ***的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(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)文章

  • configure: error: openSSL library not found.解決方案

    configure: error: openSSL library not found.解決方案

    ??大家好,我是愛編程的喵喵。雙985碩士畢業(yè),現(xiàn)擔(dān)任全棧工程師一職,熱衷于將數(shù)據(jù)思維應(yīng)用到工作與生活中。從事機(jī)器學(xué)習(xí)以及相關(guān)的前后端開發(fā)工作。曾在阿里云、科大訊飛、CCF等比賽獲得多次Top名次?,F(xiàn)為CSDN博客專家、人工智能領(lǐng)域優(yōu)質(zhì)創(chuàng)作者。喜歡通過(guò)博客創(chuàng)作

    2024年01月24日
    瀏覽(25)
  • ./configure: error: the HTTP rewrite module requires the PCRE library.

    ./configure: error: the HTTP rewrite module requires the PCRE library. 這個(gè)錯(cuò)誤提示告訴你,在運(yùn)行 configure 腳本時(shí)遇到了問題,原因是 HTTP rewrite 模塊需要 PCRE 庫(kù)的支持。 PCRE (Perl Compatible Regular Expressions) 是一種用來(lái)處理正則表達(dá)式的庫(kù),它主要用于文本搜索和替換。 要解決這個(gè)問題,你需

    2024年01月23日
    瀏覽(23)
  • 【Linux-編譯器gcc/glibc升級(jí)】CentOS7.9使用NodeJS18時(shí)報(bào)錯(cuò)/lib64/libm.so.6: version `GLIBC_2.27‘ not found

    文章已收錄至https://lichong.work,轉(zhuǎn)載請(qǐng)注明原文鏈接。 ps:歡迎關(guān)注公眾號(hào)“Fun肆編程”或添加我的私人微信交流經(jīng)驗(yàn)?? 最近做一個(gè)前端項(xiàng)目Jenkins的自動(dòng)構(gòu)建時(shí),項(xiàng)目使用nodejs18,正好公司Jenkins節(jié)點(diǎn)有些不夠用,就用了臺(tái)資源空余比較多的服務(wù)器用于充當(dāng)Jenkins節(jié)點(diǎn),配置好

    2024年02月16日
    瀏覽(24)
  • nginx報(bào)錯(cuò):./configure: error: SSL modules require the OpenSSL library. You can either

    nginx報(bào)錯(cuò):./configure: error: SSL modules require the OpenSSL library. You can either 在nginx中配置監(jiān)聽443端口后重新加載配置文件出現(xiàn)此報(bào)錯(cuò), 原因:未安裝 ngx_http_ssl_module 模塊 解決方法:

    2024年02月05日
    瀏覽(26)
  • ./configure: error: SSL modules require the OpenSSL library. You can either do not enable the module

    ?Ubuntu22系統(tǒng),參考nginx文檔Support for QUIC and HTTP/3?執(zhí)行如下命令: 時(shí)報(bào)錯(cuò)如下: 但其實(shí)系統(tǒng)是有openssl庫(kù)的: ? ?out git:(v1.1.0) ? openssl version OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) 必應(yīng)了一下,參考了這兩個(gè):https://forum.nginx.org/read.php?2,299223??#2605 (NGINX + BoringSSL b

    2024年04月27日
    瀏覽(28)
  • LLVM編譯報(bào)錯(cuò)解決:collect2: fatal error: ld terminated with signal 9 [Killed]

    克隆代碼到本地 配置編譯選項(xiàng) generator一般使用Ninja,而 options 中必須要傳入的參數(shù)是構(gòu)建類型 CMAKE_BUILD_TYPE 不同的CMAKE_BUILD_TYPE區(qū)別如下: Build Type Optimization Debug Info Assertion Release For Speed No No Debug None Yes Yes RelWithDebInfo For Speed Yes No MinSizeRel For Size No No Release適合LLVM和Clang的用戶

    2024年02月11日
    瀏覽(21)
  • Linux驅(qū)動(dòng)編譯報(bào)錯(cuò)ERROR: Kernel configuration is invalid怎么辦

    Linux驅(qū)動(dòng)編譯報(bào)錯(cuò)ERROR: Kernel configuration is invalid怎么辦

    Linux驅(qū)動(dòng)編譯報(bào)錯(cuò)ERROR: Kernel configuration is invalid怎么辦 報(bào)錯(cuò)信息 RROR: Kernel configuration is invalid. include/generated/autoconf.h or include/config/auto.conf are missing. Run ‘make oldconfig make prepare’ on kernel src to fix it. WARNING: Symbol version dump ./Module.symvers is missing; modules will have no dependencies and modversi

    2024年02月11日
    瀏覽(32)
  • 合約編譯solc.compile()時(shí)報(bào)錯(cuò)‘{“errors”:[{“component”:“general”,“formattedMessag

    1.首先編譯腳本是: 此時(shí)輸出 compileResult會(huì)報(bào)錯(cuò): ‘{“errors”:[{“component”:“general”,“formattedMessage”:\\\"* Line 1, Column 2n Syntax error: value, object or array expected.n* Line 1, Column 3n Extra non-whitespace after JSON value.n\\\",“message”:\\\"* Line 1, Column 2n Syntax error: value, object or array expected.n* Lin

    2024年02月10日
    瀏覽(20)
  • 升級(jí) node.js 后,編譯時(shí)報(bào)錯(cuò)error:0308010C:digital envelope routines::unsupported

    系統(tǒng)重裝成 win11, node.js 也安裝成了最新的 v18.13.0 , 修改基于laravel 的 lims 系統(tǒng),想重新編譯,然后報(bào)錯(cuò) error:0308010C:digital envelope routines::unsupported: 出現(xiàn)這個(gè)錯(cuò)誤的原因,是 node.js V17版本后使用了OpenSSL3.0, OpenSSL3.0對(duì)允許算法和密鑰大小增加了嚴(yán)格的限制,改變了md族(包括md4)的

    2024年02月16日
    瀏覽(30)

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

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

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

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

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包