mongodb錯誤解決辦法-bash: ./mongod: cannot execute binary file: Exec format error
在啟動 mongodb資料庫的時候提示二進位制檔案不能執行,那是因為系統版本和mongodb版本不對,我本機裝的ubuntu是32位系統 mongodb是64位程式所以執行的時候提示出錯。
root@MS:/home/caoyuan/mongodb/bin# ./mongod --dbpath=../caodb
bash: ./mongod: cannot execute binary file: Exec format error
- 1
- 2
系統版本檢視命令:
root@MS:/home/caoyuan/zhouyi# getconf LONG_BIT
32
相關文章
- linux系統中安裝jdk出現bash: ./java: cannot execute binary file 問題LinuxJDKJava
- mysqldump error1066 錯誤的解決辦法MySqlError
- tar (child): bzip2: Cannot exec: No such file or directory 報錯
- 畢設之錯誤解決辦法
- Idea編譯錯誤解決辦法Idea編譯
- Sublime Text 2報 Decode error - output not utf-8 錯誤的解決辦法Error
- ubuntu下import matplotlib錯誤解決辦法UbuntuImport
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- -bash: XXX: command not found解決辦法
- linux解決“XXX is not in the sudoers file”錯誤Linux
- Binary XML file line #2: Error inflatingXMLError
- PHP curl error 60 錯誤解決PHPError
- Mysql出現連線錯誤解決辦法MySql
- ORA-39006錯誤原因及解決辦法
- Git 錯誤:fatel: loose object ... is corrupt 解決辦法GitObject
- iOS路上遇到的錯誤及解決辦法iOS
- 使用fragment載入自定義fragment出現error inflating class fragment錯誤解決辦法FragmentError
- ImportError: cannot import name ‘imresize‘解決辦法ImportError
- MogDB 安裝解壓錯誤:cannot run bzip2: No such file or directory
- 錯誤:-bash: ./how_paras.sh: /bin/bash^M: bad interpreter: No such file or directory
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load xxxx錯誤解決方法ErrorAIXMLHTTP
- 安裝wsl錯誤的一種解決辦法
- 【git】Git commit時提示錯誤時 解決辦法GitMIT
- 解決 TypeError: Type aliases cannot be used with isinstance(). 辦法Error
- [20200309]rlwrap: error: Cannot execute sqlplus: Too many levels of symbolic linErrorSQLSymbol
- 解決ubuntu系統“XXX is not in the sudoers file”錯誤Ubuntu
- 【Jenkins】data stream error|Error cloning remote repo ‘origin‘ 錯誤解決JenkinsErrorREM
- Vue 下 ESLint 的 error 解決辦法VueEsLintError
- ERROR 1290 (HY000) 解決辦法Error
- CATIA許可證時間錯誤的解決辦法
- Windows git remote: HTTP Basic: Access denied 錯誤解決辦法WindowsGitREMHTTP
- kali更新源數字簽名錯誤解決辦法
- git add .出現錯誤LF will be replaced by CRLF in 解決辦法Git
- JPA-style positional param was not an integral ordinal錯誤解決辦法
- 解決 eslint 的 Parsing error: Unexpected token 錯誤EsLintError
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- Android Studio 出現“Cannot resolve symbol” 解決辦法AndroidSymbol