Operating System - HP-UX
1832645 Members
2453 Online
110043 Solutions
New Discussion

Can't compile openssh 3.4 !

 
SOLVED
Go to solution
Aaron Sheard
Frequent Advisor

Can't compile openssh 3.4 !

I want to upgrade from 3.0.1p2 to 3.4p1 and i ham having difficulty compiling..

I installed:

binutils 2.11.2
gcc 3.1
make 3.79.1
openssl 0.9.6c
zlib 1.1.3

and so running ./configure --with-zlib=/opt/zlib --with-ssl-dir=/opt/openssl

rhe configure runs fine. I have a problem when i do the make: no matter what I do, the compile halts with this error:

auth-passwd.c:208: warning: passing arg 1 of `bigcrypt' discards qualifiers from pointer target type

can anyone PLEASE shed some light on this?

"uh, hey... did we get a good backup last night?"
2 REPLIES 2
Michael Tully
Honored Contributor
Solution

Re: Can't compile openssh 3.4 !

You may need to use different options with the configure. This posting could be of assistance.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x69727bb04b5cd611abdb0090277a778c,00.html
Anyone for a Mutiny ?
Aaron Sheard
Frequent Advisor

Re: Can't compile openssh 3.4 !

Excellent!

i added --with-pam

and everything compiled fine!

THanks!
"uh, hey... did we get a good backup last night?"