Term::ReadLine - Terminal does not support AddHistory

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Term::ReadLine - Terminal does not support AddHistory

    Term::ReadLine - Terminal does not support AddHistory

    I only see this error on one of several identical machines. How do I
    fix this problem?

    Jim Schueler

    gymshoes Guest

  2. Similar Questions and Discussions

    1. Term::ReadLine and ActivePerl
      In Cygwin the readline() call in the following script #!/usr/bin/perl use Term::ReadLine; use strict; use warnings; my $term = new...
    2. Term::Cap -- Setting terminal type under Windows XP
      I am trying to get Term::Cap to run under Windows XP. When running the code snippet below from the Term::Cap documentation, I get the message "TERM...
    3. Cannot connect to Terminal Server via Terminal Services Manager after upgrade to Windows Server 2003
      The following error is displayed in the Terminal Services Manager on our domain controller (DC-01) when trying to connect to Terminal Services on...
    4. Readline API doc?
      I'm looking for the info on how to define/modify/basically interact with readline keymaps from Ruby. Anyone have any pointers? -Mark
    5. irb --readline
      Hi, In message "irb --readline" on 03/07/25, Wybo Dekker <wybo@servalys.nl> writes: |When I try to have readline support with: | |irb...
  3. #2

    Default Re: Term::ReadLine - Terminal does not support AddHistory

    Quote Originally Posted by gymshoes View Post
    Term::ReadLine - Terminal does not support AddHistory

    I only see this error on one of several identical machines. How do I
    fix this problem?
    You need to install Term::ReadLine::Perl.
    See http://xavier.robin.name/blog/2010/08/28/cpan-terminal-does-not-support-gethistory-addhistory-in-ubuntu for more details on how to install that on ubuntu with CPAN. Note that Term::ReadLine::Perl installed without any issue on a CentOS machine and solved the issue as well.
    Xavier Guest

  4. #3

    Default Term::ReadLine - Terminal does not support AddHistory

    Worked for me on MacBook Pro, thanks.
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139