This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pooryorick
Recipients pooryorick, r.david.murray, skrah
Date 2015-01-30.00:13:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422576783.4.0.112102370229.issue23284@psf.upfronthosting.co.za>
In-reply-to
Content
Ths OS is RHEL 6, but that's not so important because the entire collection,
including readline, is built from source and installed into an alternate
location.  With the exception of a few essential shared objects from the
system, everything else is contained in the alternate location.  Here's what
the readline INSTALL document says:

    Readline uses the termcap functions, but does not link with the termcap or
    curses library itself, allowing applications which link with readline 
    to choose an appropriate library.

So if you don't monkey with the readline distribution, but build and install it
as-is, you get a libreadline.so that's not linked to a termcap library.  That's
the situation for our software collection.
History
Date User Action Args
2015-01-30 00:13:03pooryoricksetrecipients: + pooryorick, r.david.murray, skrah
2015-01-30 00:13:03pooryoricksetmessageid: <1422576783.4.0.112102370229.issue23284@psf.upfronthosting.co.za>
2015-01-30 00:13:03pooryoricklinkissue23284 messages
2015-01-30 00:13:03pooryorickcreate