Instalation errors on Linux

2001-11-16 Thread Heinz Allerberger
I'm not able to install openssl-0.9.6b on my linuxsystem. Here is a short errordescription on it: znn9156:~/openssl-0.9.6b # make + rm -f libcrypto.so.0 + rm -f libcrypto.so + rm -f libcrypto.so.0.9.6 + rm -f libssl.so.0 + rm -f libssl.so + rm -f libssl.so.0.9.6 making all in crypto... make[1]:

Re: Instalation errors on Linux

2001-11-16 Thread Harry Hoffman
Hi Heinz, Look for errno.h on your system. If it is there then either make sure that the #INCLUDEerrno.h is pointing to the right place and also make sure that the INCLUDE path is include in the CFLAGS of the Makefile. HTH, Harry On Fri, 16 Nov 2001, Heinz Allerberger wrote: I'm not able