Darren or anyone, can anyone point me to what and where I can download the necessary src's and dependencies to make ssh work on HP-UX 11.0 PARISC 1.0. I've been trying to work with: openssh-4.4p1 openssh-4.5p1 openssl-0.9.7e openssl-0.9.8e Jerry Moore CSC, Principal UNIX Systems Administrator BAE Systems Electronics & Integrated Solutions 3131 Story Road West, Irving, Texas 75038 Work 972-659-3226 Mobile 214-868-6953 Jerry.Moore at baesystems.com Jmoore91 at csc.com -----Original Message----- From: Darren Tucker [mailto:dtucker at zip.com.au] Sent: Wednesday, April 04, 2007 5:25 PM To: Moore, Jerry C (CSC) (US SSA) Cc: openssh-unix-dev at mindrot.org Subject: Re: openssl-0.9.7e compile error. Moore, Jerry C (CSC) (US SSA) wrote:> I am trying versions back. But I get the same compile error every time > on HP-UX 11.0 with openssh-4.5p1. Was almost there. > > gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.osshconne> ct1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh > -lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec > /usr/ccs/bin/ld: Unsatisfied symbols: > _U_Qfneg (first referenced in > openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)) (code) > collect2: ld returned 1 exit status > *** Error exit code 1Which version of gcc is that? Did you compile openssl with gcc? If not, I suggest that you try compiling openssl with gcc too. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Moore, Jerry C (CSC) (US SSA) wrote:> Darren or anyone, can anyone point me to what and where > I can download the necessary src's and dependencies to > make ssh work on HP-UX 11.0 PARISC 1.0. I've been trying > to work with: > > openssh-4.4p1 > openssh-4.5p1 > openssl-0.9.7e > openssl-0.9.8eOpenSSH requires OpenSSL (either of the versions about should work, but 0.9.8e has a bug that will stop the SSHv1 3des cipher from working correctly, and 0.9.7e is kinda old so I'd use 0.9.7l) and zlib. These are all documented in OpenSSH's INSTALL file including URLs. You also need an ANSI C compiler (both gcc and HP's ANSI compiler should be fine, although you may have problems compiling different components with different compilers). You didn't answer my question about which gcc version you're using but I suspect it's 3.3.2 or similar, which seems to have problems on HP-UX: http://marc.info/?l=openssh-unix-dev&m=113891780712349&w=2 -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Sorry I forgot the gcc version. You were correct. gcc 3.3.2. I was able to find a pre-compiled version for HP-UX 11.0. openssh-3[1].1p1-sd-11.00.depot.gz at borgware.com. It works. I'll try upgrading gcc, etc... and see if that helps on the compile. If I get the compile to work I'll let you know what I did for HP-UX 11.0. Thanks for your help Darren. -----Original Message----- From: Darren Tucker [mailto:dtucker at zip.com.au] Sent: Thursday, April 05, 2007 9:06 PM To: Moore, Jerry C (CSC) (US SSA) Cc: openssh-unix-dev at mindrot.org Subject: Re: openssh-4.4p1 compile error. Moore, Jerry C (CSC) (US SSA) wrote:> Darren or anyone, can anyone point me to what and where > I can download the necessary src's and dependencies to > make ssh work on HP-UX 11.0 PARISC 1.0. I've been trying > to work with: > > openssh-4.4p1 > openssh-4.5p1 > openssl-0.9.7e > openssl-0.9.8eOpenSSH requires OpenSSL (either of the versions about should work, but 0.9.8e has a bug that will stop the SSHv1 3des cipher from working correctly, and 0.9.7e is kinda old so I'd use 0.9.7l) and zlib. These are all documented in OpenSSH's INSTALL file including URLs. You also need an ANSI C compiler (both gcc and HP's ANSI compiler should be fine, although you may have problems compiling different components with different compilers). You didn't answer my question about which gcc version you're using but I suspect it's 3.3.2 or similar, which seems to have problems on HP-UX: http://marc.info/?l=openssh-unix-dev&m=113891780712349&w=2 -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.