glibc解決“libc.so.6: version GLIBC_2.14 not found”報錯問題
1 、 strings /lib64/libc.so.6 |grep GLIBC_
2、下載軟體並升級
3、# make install
4、再次檢視glibc支援的版本
可以看到glibc支援的版本已經到2.14,再次執行程式就不會報錯了
5、ldconfig 在刪除glibc庫後的緊急恢復
2、下載軟體並升級
# wget
# wget
# tar -xvf glibc-2.14.tar.gz
# tar -xvf glibc-ports-2.14.tar.gz
# mv glibc-ports-2.14 glibc-2.14/ports
# mkdir glibc-build-2.14
# cd glibc-build-2.14/
# ../glibc-2.14/configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin
# make
3、# make install
4、再次檢視glibc支援的版本
可以看到glibc支援的版本已經到2.14,再次執行程式就不會報錯了
5、ldconfig 在刪除glibc庫後的緊急恢復
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28211342/viewspace-2154341/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- libc.so.6: version 'GLIBC_2.14' not found報錯提示的解決方案
- glibc libc.so.6: version GLIBC_2.14 not found
- Requires: libc.so.6(GLIBC_2.14)(64bit)UI
- node: /lib64/libm.so.6: version `GLIBC_2.27‘ not found問題解決方案IBM
- node gm `GLIBC_2.14‘ not found 處理方法
- Linux中出現libc.so.6(GLIBC_2.14)(64bit) is needed by...的解決辦法Linux
- 關於Unsupported major.minor version 52.0報錯問題解決方案
- 解決 Inkscape 報錯 Duplicate 問題
- 解決eslint空格報錯等問題EsLint
- 解決bash: mysql: command not found的問題MySql
- /system/bin/sh: screenrecord: inaccessible or not found 報錯解決方案
- 安裝vue/cli報錯問題解決Vue
- matplotlib中文報錯問題及解決方案
- 組建Redis叢集遇到`GLIBC_2.14' not found和ps -ef 不顯示使用者名稱Redis
- 【問題解決】property [elasticsearch.version] is missing for plugin [head]ElasticsearchPlugin
- 使用API28報錯問題及解決API
- springboot專案解決 No beans of 'UserDao' type found 問題Spring BootBean
- react-native install 報錯 No git binary found in $PATH解決方法ReactGit
- npm報錯"A complete log of this run can be found in:"的解決辦法NPM
- jquery-weui微信支付報錯問題解決jQueryUI
- 解決vue使用Sass時候的報錯問題Vue
- Delta Magisk root後解決adb的報錯問題
- 解決MMM啟動監控報錯的問題
- 解決element---el-dialog--關閉報錯問題
- Jenkins報錯'Gradle build daemon disappeared unexpectedly'的問題解決JenkinsGradleUIAPP
- 解決fastjson反序列化時報錯的問題ASTJSON
- 記錄解決HttpServletResponse在引數報錯的問題HTTPServlet
- Uncaught Error: Bootstrap‘s JavaScript requires jQuery報錯問題解決ErrorbootJavaScriptUIjQuery
- 解決Parameter '__frch_item_0' not found. Available parameters 問題AI
- win7_iis報500.19和500.21錯誤問題解決Win7
- 關於Xcode10中libstdc報錯問題的解決XCode
- PHP報錯getimagesize(): SSL operation failed with code 1問題解決方案PHPAI
- 若依框架匯入阿里OSS報錯問題解決方案框架阿里
- 使用npm i報錯node-sass失敗問題解決NPM
- TensorFlow 報錯 CUDA driver version is insufficient for CUDA runtime version
- Laravel 6 ignition 解決 Class 'xxx' not found 載入緩慢問題Laravel
- 解決shell指令碼錯誤$’r’ command not found指令碼
- 解決 The ‘supervisor==3.2.0‘ distribution was not found and is required by the application錯誤UIAPP