Operating System - HP-UX
1834903 Members
2495 Online
110071 Solutions
New Discussion

Re: Compiling SSH2 on an HPUX 11i server

 
Scott Hewes
Advisor

Compiling SSH2 on an HPUX 11i server

What do I need and where can I get the necessary source code to compile ssh2 on an HP server running HPUX 11.11 (11i)? AND, are there any tricks to compiling the software.

I have downloaded binutils, gcc, zlib, openssl and openssh from the HPUX Porting and Archive Center at http://hpux.cs.utah.edu but I am having a terrible time getting anything to compile. I gave up on the binutils and gcc and just installed these from the Dynamically Linked Binaries using swinstall. I then compiled zlib but am having trouble compiling openssl. I do not have the HP ANSI C compiler either.

Can anybody steer me in the right direction to get this installed? I am also wondering if the software from the HPUX Porting and Archiving Center is for HPUX 11.00 only and not for HPUX 11i too. Is this correct?
3 REPLIES 3
Pascal Rouchon
Advisor

Re: Compiling SSH2 on an HPUX 11i server

Hi,

no probleme i have 16 hp-ux 11i with openssh compiled:

i do not change anything in the installation (i just set some options:

untar sources
./configure
make
make install

and it's done.
i give here a list of what i install:
gcc version 2.9-hppa-991112 (depot)

compile in order:

zlib-1.1.3
tcp_wrappers 7.6 (option)
openssl-0.9.6c
openssh 3.1.0p1

this should work
support_5
Super Advisor

Re: Compiling SSH2 on an HPUX 11i server

Hi,

Try this link. The information on this web page is very good and useful! Have a read and I think it will guide you to success in installing SSH on HP-UX. (BTW there shouldn't be too much different, if any between building code for HP-UX 11.00 and HP-UX 11i (11.11))

http://www.atomicgears.com/papers/osshhpux.html

Cheers,

- Andy Gray
Steven Sim Kok Leong
Honored Contributor

Re: Compiling SSH2 on an HPUX 11i server

Hi,

Try to compile SSH communications SSH2 instead. I have no problems installing it smoothly on HP-UX 11.00 though I have yet to try it on HP-UX 11i.

ftp://ftp.ssh.fi

Hope this helps. Regards.

Steven Sim Kok Leong