自訂安裝python,退格,方向鍵無法正常使用)

來源:互聯網
上載者:User

請教下:
redhat 5.3 64位的系統

系統內建的python  2.4.3箭頭和退格正常使用

#python
Python 2.4.3 (#1, Sep 17 2008, 16:07:0 
[GCC 4.1.2 20071124 (Red Hat 4.1.2-41)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> daf   

但自訂安裝的python 2.7.1退格鍵和箭頭無法正常使用,如下:

#python
Python 2.4.3 (#1, Sep 17 2008, 16:07:0 
[GCC 4.1.2 20071124 (Red Hat 4.1.2-41)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> daf ^H^[[D

google搜尋,有所終端問題的。但更多說是readline庫的問題。
但在系統裡是能找到readline庫的:
#      ll /usr/lib/libreadline.so.5*
lrwxrwxrwx 1 root root     18 Mar 12 02:57 /usr/lib/libreadline.so.5 -> libreadline.so.5.1
-rwxr-xr-x 1 root root 208808 Jul 13  2006 /usr/lib/libreadline.so.5.1

有點無法理解。
後重新編譯、安裝,發現make install的時候,最後確實提示缺少readline庫:
----------------------------------------------------------------------------------------------------------------
Python build finished, but the necessary bits to build these modules were not found:
_bsddb             _curses            _curses_panel   
_sqlite3           _tkinter           bsddb185        
bz2                dbm                dl              
gdbm               imageop            sunaudiodev     readline
----------------------------------------------------------------------------------------------------------------
請教同事,瞭解到這個應該是缺少readline的開發包,安裝之:
yum install readline-devel.x86_64

再重新configure、make、make install,搞定!!

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.