<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HexEdit and TERM Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997076#M913833</link>
    <description>I have installed the binary copy of hexedit 0.9.7 on my 11.11 system. Now when I try to execute the program I get 'Error opening terminal:' with any value that I have set TERM to. What should I look for?</description>
    <pubDate>Fri, 13 Jun 2003 15:56:56 GMT</pubDate>
    <dc:creator>John J Archer</dc:creator>
    <dc:date>2003-06-13T15:56:56Z</dc:date>
    <item>
      <title>HexEdit and TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997076#M913833</link>
      <description>I have installed the binary copy of hexedit 0.9.7 on my 11.11 system. Now when I try to execute the program I get 'Error opening terminal:' with any value that I have set TERM to. What should I look for?</description>
      <pubDate>Fri, 13 Jun 2003 15:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997076#M913833</guid>
      <dc:creator>John J Archer</dc:creator>
      <dc:date>2003-06-13T15:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: HexEdit and TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997077#M913834</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Check the value of the TERM variable&lt;BR /&gt;you may need to change it to other like&lt;BR /&gt;hpterm or xterm&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 13 Jun 2003 16:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997077#M913834</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-13T16:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: HexEdit and TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997078#M913835</link>
      <description>I have tried that before and this is what I get:&lt;BR /&gt;pms:/home/akron/john&amp;gt; export TERM=hpterm&lt;BR /&gt;pms:/home/akron/john&amp;gt; hexedit&lt;BR /&gt;Error opening terminal: hpterm.&lt;BR /&gt;pms:/home/akron/john&amp;gt; export TERM=xterm&lt;BR /&gt;pms:/home/akron/john&amp;gt; hexedit&lt;BR /&gt;Error opening terminal: xterm.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 16:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997078#M913835</guid>
      <dc:creator>John J Archer</dc:creator>
      <dc:date>2003-06-13T16:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: HexEdit and TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997079#M913836</link>
      <description>Have you installed ncurses?</description>
      <pubDate>Fri, 13 Jun 2003 16:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997079#M913836</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-13T16:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: HexEdit and TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997080#M913837</link>
      <description>That was a good question. (I still don't have this unix s/w from anywhere idea down yet.)&lt;BR /&gt;I have now installed ncurses (binary version marked for 11.0), What do I set so that hexedit will work (Istill get the same error.)?</description>
      <pubDate>Fri, 13 Jun 2003 17:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997080#M913837</guid>
      <dc:creator>John J Archer</dc:creator>
      <dc:date>2003-06-13T17:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: HexEdit and TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997081#M913838</link>
      <description>I believe it is trying to find ncurses somewhere other than where it is installed. I would suggest to recompile hexedit. You may have to copy the *.h files of ncurses into the source directory of hexedit. And you would need 'gcc'.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 13 Jun 2003 17:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997081#M913838</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-06-13T17:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: HexEdit and TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997082#M913839</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I compiled hexedit for the heck of it. See if this works for you. By default it is trying to find the ncurses header files from /opt/ncurses/include.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 13 Jun 2003 18:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997082#M913839</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-06-13T18:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: HexEdit and TERM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997083#M913840</link>
      <description>There is no need to recompile hexedit - the binaries will work just fine. The problem is that hexedit is lookiing for the ncurses terminfo database and that is located in /usr/local/lib/terminfo but the normal terminfo location is /usr/lib/terminfo.&lt;BR /&gt;&lt;BR /&gt;Try this, it should work:&lt;BR /&gt;&lt;BR /&gt;1) export TERMINFO=/usr/local/lib/terminfo&lt;BR /&gt;   hexedit&lt;BR /&gt;There might be a problem between HP's implementation of curses and terminfo and Gnu, so .... &lt;BR /&gt;  &lt;BR /&gt;2) This will definitely fix you.&lt;BR /&gt;&lt;BR /&gt;   unset TERMINFO&lt;BR /&gt;   /usr/bin/untic dtterm &amp;gt; /tmp/dtterm.txt&lt;BR /&gt;   export TERMINFO=/usr/local/lib/terminfo&lt;BR /&gt;   /usr/local/bin/tic /tmp/dtterm.tic&lt;BR /&gt;   unset TERMINFO&lt;BR /&gt;   hexedit&lt;BR /&gt;   (This will install a compiled dtterm entry in the ncurses default TERMINFO location.)&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 19:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hexedit-and-term-problem/m-p/2997083#M913840</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-13T19:30:53Z</dc:date>
    </item>
  </channel>
</rss>

