Re: openssh on Solaris 8

2001-09-12 Thread Yozo TODA
I have installed openssh-2.9p2 -with gcc-3.01. and openssl-0.9.6b you should use OpenSSH mailing list. see (http://www.openssh.com/). PS: I'm using openssh-2.9p2 on Solaris8/sparc, compiled with openssl-0.9.6b using gcc-2.95.3 (gcc from companion CD). it works well. The packages (from

Re: PRNG problems on Solaris 7 sparc

2001-08-27 Thread Yozo TODA
# openssl genrsa -des3 -out server.key 1024 warning, not much extra random data, consider using the -rand option how about adding -rand option? e.g., openssl genrsa -des3 -out server.key -rand /dev/random 1024 openssl rand(1) manpage may be informative for you. -- yozo.

Re: make test fails, Check your archive tool (ar).

2000-10-01 Thread Yozo TODA
ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o make[4]: ar: Command not found do add /usr/ccs/bin in your PATH environment variable. solaris has /usr/ccs/bin/ar. -- yozo. __

Re: Solaris7, redefinition of int8_t errors

2000-06-05 Thread Yozo TODA
Those are warnings from the compiler. Warnings don't cause compiles and makes to fail. Examine your error output and determine the real cause of the failure. and actually I can compile openssl-0.9.5a on solaris8/sparc with gcc-2.95.2. see (http://aohakobe.ipc.chiba-u.ac.jp