<?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 Re: can not display problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581587#M725440</link>
    <description>export DISPLAY=HOST ID:0.0 &lt;BR /&gt;where HOST ID=ip address or hostname of the system you wish to see the gui on.&lt;BR /&gt;&lt;BR /&gt;If it comes back with not authorised errors try running xhost +  or use xhost by itself to check to see if the local Xserver has access. see man xhost for more details&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Sep 2001 12:23:54 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2001-09-19T12:23:54Z</dc:date>
    <item>
      <title>can not display problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581585#M725438</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I created the executable by giving following options in Makefile&lt;BR /&gt;&lt;BR /&gt;-Wl,a,archive.&lt;BR /&gt;&lt;BR /&gt;I am getting following error.&lt;BR /&gt;Error: Can't open display:  HOST ID&lt;BR /&gt;&lt;BR /&gt;I am working on the same machine, where executable created.&lt;BR /&gt;&lt;BR /&gt;I am using HP 11.0 and HP ANSI C++ B3910B A.03.25.&lt;BR /&gt;&lt;BR /&gt;please help  me to resolve this problem. which is critical to me.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Satya&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2001 12:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581585#M725438</guid>
      <dc:creator>satyach</dc:creator>
      <dc:date>2001-09-19T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: can not display problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581586#M725439</link>
      <description>Satyach,&lt;BR /&gt;&lt;BR /&gt;It looks the the program that you've compiled is trying to send display but doesn't know where to send it because the DISPLAY environt variable is either not set or set incorrectly. (Probably some X/Gui oriented program).  Set the DISPLAY to the IP address of the machine which running an X server.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 19 Sep 2001 12:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581586#M725439</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-19T12:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: can not display problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581587#M725440</link>
      <description>export DISPLAY=HOST ID:0.0 &lt;BR /&gt;where HOST ID=ip address or hostname of the system you wish to see the gui on.&lt;BR /&gt;&lt;BR /&gt;If it comes back with not authorised errors try running xhost +  or use xhost by itself to check to see if the local Xserver has access. see man xhost for more details&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2001 12:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581587#M725440</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-09-19T12:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: can not display problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581588#M725441</link>
      <description>I am adding some more details to the my problem&lt;BR /&gt;&lt;BR /&gt;my display env and xhost defined correctely. i tested by invoking xclock and xterm.&lt;BR /&gt;&lt;BR /&gt;Satya</description>
      <pubDate>Wed, 19 Sep 2001 13:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581588#M725441</guid>
      <dc:creator>satyach</dc:creator>
      <dc:date>2001-09-19T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: can not display problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581589#M725442</link>
      <description>Where and on what are you running this on ie is the monitor &amp;amp; graphics H/W capable of running an Xserver and if yes is one running ? If this is just on a console or  wyse terminal etc this is your problem !&lt;BR /&gt;&lt;BR /&gt;can you give the exact syntax of the error you are getting presumably when you attempt to run the executable you compiled right ?&lt;BR /&gt;&lt;BR /&gt;Are you su'ing to another user to do this ? and does ps -ef | grep X return a "-auth" ?&lt;BR /&gt;&lt;BR /&gt;can you post also the output from echo $DISPLAY and nslookup HOST ID command.&lt;BR /&gt;&lt;BR /&gt;lastly you program couldn't be automatically setting the DISPLAY variable could it ?</description>
      <pubDate>Wed, 19 Sep 2001 13:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581589#M725442</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-09-19T13:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: can not display problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581590#M725443</link>
      <description>I am adding more details &lt;BR /&gt;&lt;BR /&gt;case 1.&lt;BR /&gt;&lt;BR /&gt;I tested the application on HP11.0 and wehre executable created. That is sitting infront of the same machine.&lt;BR /&gt;&lt;BR /&gt;I am getting the same error.&lt;BR /&gt;&lt;BR /&gt;2. If i am testing on different machine  by login to the HP machine, I am getting the same error.&lt;BR /&gt;&lt;BR /&gt;even though if  set DISPLAY and xhost properly.&lt;BR /&gt;&lt;BR /&gt;case 3.&lt;BR /&gt;&lt;BR /&gt;While linking If i use +A option, with out shared library. I am getting following error&lt;BR /&gt;aCC runtime: ERROR: Unexpected use of shared libraries&lt;BR /&gt;aCC runtime: ERROR: Read aCC manpage, +A option&lt;BR /&gt;/usr/lib/libnss_files.1&lt;BR /&gt;IOT trap (core dumped)&lt;BR /&gt;&lt;BR /&gt;I am preffering to create  the executable with static archive libraries. but it gives the above error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2001 16:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-display-problem/m-p/2581590#M725443</guid>
      <dc:creator>satyach</dc:creator>
      <dc:date>2001-09-19T16:18:03Z</dc:date>
    </item>
  </channel>
</rss>

