RE: Messages during compilation of Openssh3.7p2 on HP-UX
From: Turner, Carl H [NTWK SVCS] (CarlTurner_at_NMCC.SprintSpectrum.com)
Date: 09/26/03
- Previous message: Greg Wooledge: "Re: Messages during compilation of Openssh3.7p2 on HP-UX"
- Maybe in reply to: Shaila Parashar: "Messages during compilation of Openssh3.7p2 on HP-UX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Sep 2003 13:32:39 -0500 To: "Shaila Parashar" <shaila@engr.colostate.edu>, <secureshell@securityfocus.com>
you have a few choices...
1. upgrade to HPUX11i(11.11) and install the Kernal module for /dev/random
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I
2. compile with --with-prngd-socket=/path/to/egd-pool
http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
3. use a third party /dev/random for HPUX11
http://www.josvisser.nl/hpux11-random/
4. ignore the error and continue to use the subprocess random helper built in OpenSSH
--with-rand-helper
These are order in best to worse choice.
-----Original Message-----
From: Shaila Parashar [mailto:shaila@engr.colostate.edu]
Sent: Thursday, September 25, 2003 11:32 AM
To: secureshell@securityfocus.com
Subject: Messages during compilation of Openssh3.7p2 on HP-UX
Hi
I am installing openssh-3.7.1p2 on HP-UX 11.00.When I do a configure , I
get the following message at the end
OpenSSH has been configured with the following options:
User binaries: /XCA0/softs/openssh7/bin
System binaries: /XCA0/softs/openssh7/sbin
Configuration files: /XCA0/softs/openssh7/etc
Askpass program:
/XCA0/softs/openssh7/libexec/ssh-askpass
Manual pages: /XCA0/softs/openssh7/man/manX
PID file: /var/run
Privilege separation chroot path: /var/empty
sshd default user PATH:
/usr/bin:/bin:/usr/sbin:/sbin:/XCA0/softs/openssh7/bin
Manpage format: man
DNS support: no
PAM support: no
KerberosV support: no
Smartcard support: no
S/KEY support: no
TCP Wrappers support: no
MD5 password support: no
IP address in $DISPLAY hack: yes
Translate v4 in v6 hack: no
BSD Auth support: no
Random number source: ssh-rand-helper
ssh-rand-helper collects from: Command hashing (timeout 200)
Host: hppa2.0w-hp-hpux11.00
Compiler: gcc
Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized
Preprocessor flags: -I/usr/local/ssl/include -D_HPUX_SOURCE
-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1
Linker flags: -L/usr/local/ssl/lib
Libraries: -lz -lnsl -lxnet -lsec -lcrypto
WARNING: you are using the builtin random number collection
service. Please read WARNING.RNG and request that your OS
vendor includes kernel-based random number collection in
future versions of your OS.
I am able to do a make and it goes through without any errors.But I
just wanted to know if there was any solution to the above warning
message ( Is there any software/patch that I can install to get rid of
this problem)
Thanks in advance
Regards
Shaila
-- ***************************************************************** Shaila Parashar e-mail:shaila@engr.colostate.edu UNIX System Administrator tel:- (970)-491-6555 Engineering Network Services Colorado State University Fort Collins, CO 80523-1301 ****************************************************************** " Smile is a curve that sets things straight. "
- Previous message: Greg Wooledge: "Re: Messages during compilation of Openssh3.7p2 on HP-UX"
- Maybe in reply to: Shaila Parashar: "Messages during compilation of Openssh3.7p2 on HP-UX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|