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.o sshconne 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 1 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
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.o sshconne > 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.
Seemingly Similar Threads
- openssh-4.4p1 compile error.
- ld: Unsatisfied symbol "options" in file ./libssh.a[hostfile.o]
- Make error durring compilation of OpenSSH 4.3p1 on HP-UX 11.00
- quick help needed: split a number and "find and replace" type of function that works like in MS excel
- Current 6.8 git build issues on HP-UX