Hello,
I can't get compiled openssh on Digital Unix 4.0D. The problem did not
show with openssh-2.3.1p1. Is this a problem of openssh or openssl?

TIA
Martin

cc -I/usr/athena/include -L/usr/athena/lib -L/usr/athena/lib32 
-I/usr/local/openssl/include -L/usr/local/openssl/lib -L/usr/afs/lib -L/usr/athena/lib 
-I/software/@sys/usr/local/include -L/software/@sys/usr/local/lib 
-I/usr/athena/include -I/usr/afsws/include -I/software/@sys/usr/local/include -I. 
-I./openbsd-compat -I. -DETCDIR=\"/usr/local/etc\" 
-D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" 
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" 
-D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -DHAVE_CONFIG_H -c clientloop.c
cc: Warning: clientloop.c, line 435: In this statement, the referenced type of the 
pointer value "write" is "function () returning int", which is not compatible with 
"function () returning long".
                atomicio(write, fileno(stdout), buffer_ptr(bout), buffer_len(bout));
----------------^
cc: Warning: clientloop.c, line 437: In this statement, the referenced type of the 
pointer value "write" is "function () returning int", which is not compatible with 
"function () returning long".
                atomicio(write, fileno(stderr), buffer_ptr(berr), buffer_len(berr));
----------------^
cc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o 
clientloop.o -L. -Lopenbsd-compat/  -L/usr/athena/lib -L/usr/afsws/lib 
-L/software/@sys/usr/local/lib -lssh -lopenbsd-compat -lwrap -lresolv -lkrb -lz  
-lsecurity -ldb-40d -lm -laud -lutil -lkafs -lkrb -ldes -lcrypto
ld:
/software/@sys/usr/local/lib/libcrypto.a(set_key.o): des_check_key: multiply defined
/software/@sys/usr/local/lib/libcrypto.a(set_key.o): des_set_odd_parity: multiply 
defined
/software/@sys/usr/local/lib/libcrypto.a(set_key.o): des_is_weak_key: multiply defined
/software/@sys/usr/local/lib/libcrypto.a(set_key.o): des_set_key: multiply defined
/software/@sys/usr/local/lib/libcrypto.a(set_key.o): des_key_sched: multiply defined


-- 
Martin Mokrejs - PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
<[EMAIL PROTECTED]> Faculty of Science, The Charles University

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to