HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh X11 Tunneling
Operating System - HP-UX
1834152
Members
2383
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 08:17 AM
05-02-2001 08:17 AM
Hi all,
I'm having a problem compiling ssh to enable X11 tunneling on a Hp-ux 11.00 machine.
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.
Apparently I also need intrinsic.h, does anyone know where I can find, and how I can solve this problem.
Thanks for the help.
Rui Santos
I'm having a problem compiling ssh to enable X11 tunneling on a Hp-ux 11.00 machine.
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.
Apparently I also need intrinsic.h, does anyone know where I can find, and how I can solve this problem.
Thanks for the help.
Rui Santos
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 04:11 AM
05-03-2001 04:11 AM
Solution
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.
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.
The product name in SD is:
X11MotifDevKit B.11.00.01 HP-UX Developer's Toolkit - X11, Motif, a nd Imake
The following bundle contains this product:
swlist -l product B3392BA
# Initializing...
# Contacting target "anglfish"...
#
# Target: anglfish:/
#
# B3392BA B.11.00.01 HP-UX Developer's Toolkit for 11.
0
B3392BA.X11MotifDevKit B.11.00.01 HP-UX Developer's Toolkit - X11,
Motif, and Imake
B3392BA.AudioDevKit B.11.00.01 HP-UX Audio Developer Kit
B3392BA.ImagingDevKit B.11.00.01 HP-UX Developer's Toolkit - Imagi
ng
B3392BA.CDEDevKit B.11.00.01 CDE Developer Kit
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.
The product name in SD is:
X11MotifDevKit B.11.00.01 HP-UX Developer's Toolkit - X11, Motif, a nd Imake
The following bundle contains this product:
swlist -l product B3392BA
# Initializing...
# Contacting target "anglfish"...
#
# Target: anglfish:/
#
# B3392BA B.11.00.01 HP-UX Developer's Toolkit for 11.
0
B3392BA.X11MotifDevKit B.11.00.01 HP-UX Developer's Toolkit - X11,
Motif, and Imake
B3392BA.AudioDevKit B.11.00.01 HP-UX Audio Developer Kit
B3392BA.ImagingDevKit B.11.00.01 HP-UX Developer's Toolkit - Imagi
ng
B3392BA.CDEDevKit B.11.00.01 CDE Developer Kit
Necessary questions: Why? What? How? When?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 04:14 AM
05-03-2001 04:14 AM
Re: ssh X11 Tunneling
Intrinsic.h (note the capital I) is in /usr/include/X11/ and it is usually just a link to /usr/include/X11R6/X11/
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.
You'll probably have to install them if you're using gcc. I'm sure they are on one of the CDs.
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.
You'll probably have to install them if you're using gcc. I'm sure they are on one of the CDs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2001 10:54 PM
05-06-2001 10:54 PM
Re: ssh X11 Tunneling
This *may* be a silly question, but do you definitely need this dev kit installed at compile-time to enable X11 forwarding?
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:
./configure --prefix=/opt/ssh --enable-debug --enable-X11-forwarding
(Of course I then ran 'make' followed by 'make install').
This is all great; however, once I crank up sshd and try to forward X11 clients like 'xclock' they fail with:
Error: Can't open display:
Error: Couldn't find per display information
I have X11 forwarding working no problem on a linux server, but not on this HP server.
Could these dev libraries be the problem or do you think it might be something else?
Thanks,
Jason
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:
./configure --prefix=/opt/ssh --enable-debug --enable-X11-forwarding
(Of course I then ran 'make' followed by 'make install').
This is all great; however, once I crank up sshd and try to forward X11 clients like 'xclock' they fail with:
Error: Can't open display:
Error: Couldn't find per display information
I have X11 forwarding working no problem on a linux server, but not on this HP server.
Could these dev libraries be the problem or do you think it might be something else?
Thanks,
Jason
If a man talks in a forest and there is no woman to hear, is he still wrong?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP