OpenSSL 0.9.6g fails on Tru64 UNIX

2002-08-21 Thread Ryan Frantz
I am upgrading many of my clients' web servers to Apache with mod_ssl.  I have tried to install OpenSSL on these machines and failed miserably.  All of them are Alpha DS20s running either 4.0G, or 5.0.  None of these machines have ever had an OS patches installed.  I have gotten around the v

Re: OpenSSL 0.9.6g fails on Tru64 UNIX

2002-08-21 Thread Ryan Frantz
his is the suggested fix:   make DIRS=crypto SDIRS=sha "`grep '^CFLAG=' Makefile.ssl | sed -e 's/ -O[0-9] / -O0 /'`" rm `ls crypto/*.o crypto/sha/*.o | grep -v 'sha_dgst\.o'` make   TIA - Original Message - From: Ryan Frantz To: [EMAIL

HP and OpenSSL

2002-10-31 Thread Ryan Frantz
Has anyone successfully installed OpenSSL on an HP-UX box?  See the error below:   ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o/usr/lib/dld.sl: Can't find path for shared library: libfl.sl/usr/lib/dld.sl: No such file or directory***