原文:安裝postgreSQL出現configure:error:readline library not found解決方法

要安裝 readline , readline dev 開發包,要么使用 without readline 選項關閉 readline 功能。 yum install readline yum install readline dev readline 也就是命令行編輯,關閉的話,你直接用psql 就不能編輯命令行,如果輸錯指令,不能回滾命令歷史記錄,只能手工重新輸入。 在安裝postgreSQ ...

2014-08-03 18:23 0 5464 推薦指數:

查看詳情

./configure:command not found 解決方法

有些下載下來的源碼沒有MAKEFILE文件,但是會有MAKEFILE.IN 和 configure, MAKEFILE文件則由后兩個文件生成。 如果執行: $./configure 提示錯誤:./configure:command not found 解決方法:sh configure ...

Fri Apr 18 06:15:00 CST 2014 0 4443
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM