關於/usr/bin/ld: cannot find -lXX的問題
/usr/bin/ld: 找不到 -lopencv_shape
/usr/bin/ld: 找不到 -lopencv_superres
/usr/bin/ld: 找不到 -lopencv_videostab
collect2: error: ld returned 1 exit status
主要原因缺少庫檔案:
第一步:
$ sudo apt-get install apt-file
$ apt-file update
第二步:
$ apt-file search libXX.so
以解決/usr/bin/ld: 找不到 -lopencv_shape為例:
apt-file 將列出所有包含libXX.so檔案的包,
選擇相應的包用apt-get安裝即可。通常請選擇帶dev的包安裝,apt-get的用法請自查。
第三步:
即可解決。
相關文章
- (轉載)關於usr/bin/ld: cannot find -lxxx問題總結
- /usr/bin/ld: cannot find -lopenblas
- 解決Make時,“/usr/bin/ld: 找不到 -lXXX”問題的三種方法
- 遇到的cannot find module 'xxx' 問題
- /usr/bin/python與/usr/bin/env python的區別Python
- mac下/usr/local/bin No such file or directory問題解決Mac
- Cannot find module ‘webpack-cli/bin/config-yargs‘Web
- python中#!/usr/bin/python與#!/usr/bin/env python的區別Python
- /bin、/sbin、/usr/bin、/usr/sbin、/usr/local/sbin放置可執行檔案的區別
- Vue啟動報錯 Cannot find module 'webpack/bin/config-yargs'VueWeb
- /usr/bin/expect的簡單使用
- -bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: b...Framework
- 【jenkins】/usr/bin/env: php: No such file or directoryJenkinsPHP
- 解決cannot find module providing package或cannot find main modulePackageAI
- Php cli模式下執行報錯/usr/bin/php: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/bin/php)PHP模式XMLORMAIUI
- 安裝opencv報錯/usr/bin/ld: warning: libpcre.so.1, needed by /home//anaconda3/lib/libglib-2.0.so.0OpenCV
- Sub-process /usr/bin/dpkg returned an error codeError
- Could not find or access '/etc/ansible/bin/cfssljson /etc/ansible/bin/cfsslJSON
- 關於this指向的問題
- Authentication is required to run /usr/bin/x-terminal-emulator as rootUI
- You don't have write permissions for the /usr/bin directory.
- std::string的find問題研究
- frepplectl解決報錯:bash: /usr/bin/frepplectl: Permission denied
- 一分鐘看懂頭部 shell #!/usr/bin 命令
- WSL:Sub-process /usr/bin/dpkg returned an error code (1)Error
- 關於 Puerts 的效能問題
- 關於DrawerLayout的小問題
- 關於javascript的this指向問題JavaScript
- iOS逆向第一步:class-dump無法拷貝入/usr/bin內問題解決方案iOS
- 關於盒模型相關的問題模型
- MapStruct-plus cannot find converter fromStruct
- Cannot find package module sap/cds/commonPackage
- Error: Cannot find configuration directory: /etc/hadoopErrorHadoop
- 記一次危險的操作——誤刪/usr/bin目錄
- 小白:關於處理“can't find '__main__' module in ”這個問題的詳細處理方式!AI
- chown: /usr/local: Operation not permitted問題解決MIT
- 關於安裝nbextensions的問題
- 關於影像識別的問題