Hi, Just wanted to let you know, that I had a small problem when compiling OpenSSH-1.2.2 on a HP-UX 10.20 trusted system. I used gcc-2.95.2 as compiler. I finally could compile it, but I had to comment two lines in login.c. (I am using openssl-0.9.4 and egd-0.6, if this matters.) line 236: login(&u, &utx); and the closing brace in line 272. Commenting these two lines it compiled ok and also seems to run fine. Kind regards, Otmar Stahl
Is it possible you could send the compiler errors for the unedited OpenSSH 1.2.2, and the contents of config.h after running configure? Ta, -Andre Otmar Stahl wrote:> > Hi, > > Just wanted to let you know, that I had a small problem when compiling > OpenSSH-1.2.2 on a HP-UX 10.20 trusted system. I used gcc-2.95.2 as > compiler. I finally could compile it, but I had to comment two lines in > login.c. (I am using openssl-0.9.4 and egd-0.6, if this matters.) > > line 236: > > login(&u, &utx); > > and the closing brace in line 272. > > Commenting these two lines it compiled ok and also seems to run fine. > > Kind regards, > Otmar Stahl
Hello again, I forgot to mention that I see error messages in the syslog of the form: Jan 31 16:34:13 hp3 sshd[5320]: error: ioctl I_PUSH ttcompat: Invalid argument Nevertheless, everything seems to work ok. Kind regards, Otmar On Mon, Jan 31, 2000 at 03:37:30PM +0000, Andre Lucas wrote:> Is it possible you could send the compiler errors for the unedited > OpenSSH 1.2.2, and the contents of config.h after running configure? > > Ta, > -Andre > > Otmar Stahl wrote: > > > > Hi, > > > > Just wanted to let you know, that I had a small problem when compiling > > OpenSSH-1.2.2 on a HP-UX 10.20 trusted system. I used gcc-2.95.2 as > > compiler. I finally could compile it, but I had to comment two lines in > > login.c. (I am using openssl-0.9.4 and egd-0.6, if this matters.) > > > > line 236: > > > > login(&u, &utx); > > > > and the closing brace in line 272. > > > > Commenting these two lines it compiled ok and also seems to run fine. > > > > Kind regards, > > Otmar Stahl