<?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: ssh X11 Tunneling in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523946#M878733</link>
    <description>This *may* be a silly question, but do you definitely need this dev kit installed at compile-time to enable X11 forwarding?   &lt;BR /&gt;&lt;BR /&gt;I have just compiled SSH 2.4.0 server on an L-class running HPUX v11.0 (with no errors reported) with the following configure options:&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=/opt/ssh --enable-debug --enable-X11-forwarding&lt;BR /&gt;&lt;BR /&gt;(Of course I then ran 'make' followed by 'make install').&lt;BR /&gt;&lt;BR /&gt;This is all great; however, once I crank up sshd and try to forward X11 clients like 'xclock' they fail with:&lt;BR /&gt;&lt;BR /&gt;Error: Can't open display: &lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;&lt;BR /&gt;I have X11 forwarding working no problem on a linux server, but not on this HP server.&lt;BR /&gt;&lt;BR /&gt;Could these dev libraries be the problem or do you think it might be something else?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jason</description>
    <pubDate>Mon, 07 May 2001 05:54:02 GMT</pubDate>
    <dc:creator>Jason Dinsdale</dc:creator>
    <dc:date>2001-05-07T05:54:02Z</dc:date>
    <item>
      <title>ssh X11 Tunneling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523943#M878730</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm having a problem compiling ssh to enable X11 tunneling on a Hp-ux 11.00 machine.&lt;BR /&gt;&lt;BR /&gt;The problem is that during the configuration process the configuration program doesn't seem to find libXt, even if I include it in the libsdir path.&lt;BR /&gt;Apparently I also need intrinsic.h, does anyone know where I can find, and how I can solve this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;Rui Santos</description>
      <pubDate>Wed, 02 May 2001 15:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523943#M878730</guid>
      <dc:creator>Rui_3</dc:creator>
      <dc:date>2001-05-02T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: ssh X11 Tunneling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523944#M878731</link>
      <description>It sounds like you need the X11Motif devkit.   The devkit provides the developer with the .h files needed for developing X-based applications and creates the .sl links to the appropriate shared libraries.    This comes as part of any of a number of compiler bundles.   The run-time binaries are always delivered with the CORE OS, while the header files and .sl symlinks only come with the devkit. &lt;BR /&gt;&lt;BR /&gt;The location for the header file should be /usr/include/X11R6/X11 and the .sl should live in /usr/lib. libXt.3 will reside in /usr/lib/X11R6. &lt;BR /&gt;&lt;BR /&gt;The product name in SD is:&lt;BR /&gt;&lt;BR /&gt;X11MotifDevKit        B.11.00.01     HP-UX Developer's Toolkit - X11, Motif, a nd Imake &lt;BR /&gt;&lt;BR /&gt;The following bundle contains this product:&lt;BR /&gt;&lt;BR /&gt;swlist -l product B3392BA&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "anglfish"...&lt;BR /&gt;#&lt;BR /&gt;# Target:  anglfish:/&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# B3392BA                       B.11.00.01     HP-UX Developer's Toolkit for 11.&lt;BR /&gt;0 &lt;BR /&gt;  B3392BA.X11MotifDevKit        B.11.00.01     HP-UX Developer's Toolkit - X11, &lt;BR /&gt;Motif, and Imake &lt;BR /&gt;  B3392BA.AudioDevKit           B.11.00.01     HP-UX Audio Developer Kit &lt;BR /&gt;  B3392BA.ImagingDevKit         B.11.00.01     HP-UX Developer's Toolkit - Imagi&lt;BR /&gt;ng &lt;BR /&gt;  B3392BA.CDEDevKit             B.11.00.01     CDE Developer Kit</description>
      <pubDate>Thu, 03 May 2001 11:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523944#M878731</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2001-05-03T11:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: ssh X11 Tunneling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523945#M878732</link>
      <description>Intrinsic.h (note the capital I) is in /usr/include/X11/ and it is usually just a link to /usr/include/X11R6/X11/&lt;BR /&gt;&lt;BR /&gt;The catch is that it isn't installed unless you installed a development package like the Ansi-C package.  I have six J-5600's, only one of which has the ansi-c compiler installed.  That one box is the only machine that has any of the graphic toolkit headers in the include/ directories.&lt;BR /&gt;&lt;BR /&gt;You'll probably have to install them if you're using gcc.  I'm sure they are on one of the CDs.</description>
      <pubDate>Thu, 03 May 2001 11:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523945#M878732</guid>
      <dc:creator>Blake Garretson</dc:creator>
      <dc:date>2001-05-03T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: ssh X11 Tunneling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523946#M878733</link>
      <description>This *may* be a silly question, but do you definitely need this dev kit installed at compile-time to enable X11 forwarding?   &lt;BR /&gt;&lt;BR /&gt;I have just compiled SSH 2.4.0 server on an L-class running HPUX v11.0 (with no errors reported) with the following configure options:&lt;BR /&gt;&lt;BR /&gt;./configure --prefix=/opt/ssh --enable-debug --enable-X11-forwarding&lt;BR /&gt;&lt;BR /&gt;(Of course I then ran 'make' followed by 'make install').&lt;BR /&gt;&lt;BR /&gt;This is all great; however, once I crank up sshd and try to forward X11 clients like 'xclock' they fail with:&lt;BR /&gt;&lt;BR /&gt;Error: Can't open display: &lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;&lt;BR /&gt;I have X11 forwarding working no problem on a linux server, but not on this HP server.&lt;BR /&gt;&lt;BR /&gt;Could these dev libraries be the problem or do you think it might be something else?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jason</description>
      <pubDate>Mon, 07 May 2001 05:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-x11-tunneling/m-p/2523946#M878733</guid>
      <dc:creator>Jason Dinsdale</dc:creator>
      <dc:date>2001-05-07T05:54:02Z</dc:date>
    </item>
  </channel>
</rss>

