Changes between Initial Version and Version 25 of Ticket #14405
- Timestamp:
- 04/03/13 13:52:11 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14405
- Property Cc leif added
-
Property
Summary
changed from
The libncurses hack breaks Python/readline
toIPython readline broken if ncurses-devel is not installed
-
Ticket #14405 – Description
initial v25 1 #12725 symlinks libtermcap.a to libncurses.a if it doesn't exist. This workaround allows Sage to compile, but the readline in Python is broken. Installing the ncurses headers from the distribution (yum install ncurses-devel) fixes this, because then the symlink is not created. 1 The readline in IPython is broken. Installing the ncurses headers from the distribution (yum install ncurses-devel) fixes this. 2 2 3 3 Example video: http://youtu.be/dxp1SIXbIyY