Operating System - HP-UX
1834804 Members
2257 Online
110070 Solutions
New Discussion

Re: problems compiling ssl so that I can install ssh

 
Gavin Westermann
Frequent Advisor

problems compiling ssl so that I can install ssh

I am at my wits end with this one. I need to compile and install ssl before I can get ssh on my HPUX 11.11 K420. Several versions of ssl will configure but make failes at the same basic point.

In file included from /usr/include/netdb.h:72,
from ../include/e_os.h:226,
from apps.h:62,
from s_server.c:70:
/usr/include/sys/socket.h:439: parse error before "sendfile"
/usr/include/sys/socket.h:440: parse error before "bsize_t"
/usr/include/sys/socket.h:441: parse error before "sendpath"
/usr/include/sys/socket.h:442: parse error before "bsize_t"
*** Error exit code 1

Any help would be great!
4 REPLIES 4
Bill Hassell
Honored Contributor

Re: problems compiling ssl so that I can install ssh

You can download the SSH package from HP already compiled and configured: http://software.hp.com

Look in the Internet/Security section.


Bill Hassell, sysadmin
Steven E. Protter
Exalted Contributor

Re: problems compiling ssl so that I can install ssh

You don't need to do ssl, as Bill notes.

Here is a direct url to the procuct, called secure shell.

Its free and works in 11 or 11.11

Secure shell
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA

Attaching a great config doc as well.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bill Douglass
Esteemed Contributor

Re: problems compiling ssl so that I can install ssh

You can also get the source code for openssl, ported for hp-ux, from:

http://hpux.cs.utah.edu/hppd/hpux/Languages/openssl-0.9.7a/

It should be easier to compile this version, as it has been tweaked for HP-UX.

Youc an get the source for openssh there as well, if you want to compile your own version.
Chris Vail
Honored Contributor

Re: problems compiling ssl so that I can install ssh

Just install the depot, as others have suggested. Then read and follow the document I'm attaching to use secure shell effectively.
Secure shell is a very, very cool tool if installed and used properly.


Chris