search for: niit1

Displaying 2 results from an estimated 2 matches for "niit1".

Did you mean: niit
2000 Dec 11
1
Antw: problem with installing openssh on HP/UX
Hi, > acro-284> uname -a > HP-UX niit1 A.09.01 A 9000/730 2015353714 two-user license I don't know what "niit1" stand for. We use openssh on several HP 9000/800 series (HP-UX 10.20, 11.00) compiled with gcc-2.95.2 and did not run into problems with the latest portable openssh version and the pam-patch provides earlier in...
2000 Nov 22
0
problem with installing openssh on HP/UX
Hi, I am trying to install openssh on an HP: acro-284> uname -a HP-UX niit1 A.09.01 A 9000/730 2015353714 two-user license There were a couple of problems during compiling: 1. The system doesn't have seteuid or setreuid. It has setresuid. I had to define HAVE_SETREUID and modify bsd-misc.c to be: #if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) int sete...