Linux/Unix編譯安裝軟件時(shí)那些頭痛的報(bào)錯(cuò)
1、 在用"Python setup.py"命令安裝PostgreSQL的Python驅(qū)動(dòng)時(shí):
running build_ext error: No such file or directory 解決辦法:在文件"setup.cfg"設(shè)置"pg_config"未正確的完整路徑,如"pg_config=/usr/bin/pg_config"。如果當(dāng)前系統(tǒng)中不存在"pg_config",請(qǐng)先安裝"postgresql-devel-*.*.rpm"包。
2、連接PostgreSQL數(shù)據(jù)庫(kù)時(shí)報(bào)如下錯(cuò)誤:
psql: 致命錯(cuò)誤: 用戶 "***" Ident 認(rèn)證失敗 或
psql: FATAL: Ident authentication failed for user “username”, mais pourquoi donc ? 解決辦法:修改"pg_hba.conf"文件中認(rèn)證方式"METHOD"為"md5"或"trust",具體參考文件中的說(shuō)明。
3、在用"make"編譯軟件時(shí)提示:
"Makefile", line 88: Missing dependency operator "Makefile", line 89: Missing dependency operator "Makefile", line 91: Need an operator "Makefile", line 92: Need an operator "Makefile", line 93: Missing dependency operator "Makefile", line 94: Missing dependency operator Error expanding embedded variable. 解決辦法:用"gmake"編譯就OK了。
關(guān)健詞:Linux/Unix
新文章:
- CentOS7下圖形配置網(wǎng)絡(luò)的方法
- CentOS 7如何添加刪除用戶
- 如何解決centos7雙系統(tǒng)后丟失windows啟動(dòng)項(xiàng)
- CentOS單網(wǎng)卡如何批量添加不同IP段
- CentOS下iconv命令的介紹
- Centos7 SSH密鑰登陸及密碼密鑰雙重驗(yàn)證詳解
- CentOS 7.1添加刪除用戶的方法
- CentOS查找/掃描局域網(wǎng)打印機(jī)IP講解
- CentOS7使用hostapd實(shí)現(xiàn)無(wú)AP模式的詳解
- su命令不能切換root的解決方法
- 解決VMware下CentOS7網(wǎng)絡(luò)重啟出錯(cuò)
- 解決Centos7雙系統(tǒng)后丟失windows啟動(dòng)項(xiàng)
- CentOS下如何避免文件覆蓋
- CentOS7和CentOS6系統(tǒng)有什么不同呢
- Centos 6.6默認(rèn)iptable規(guī)則詳解