I am trying to install openssl, and I can't figure out why make keeps failing.  The output is below.  I am really desparate, any help is appreciated.  My email address is [EMAIL PROTECTED]
 
Thank you!!
 
[root@localhost openssl-0.9.5a]# make
making all in crypto...
make[1]: Entering directory `/usr/src/openssl-0.9.5a/crypto'
gcc -I. -I../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3 -fomit-frame
-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c cryptlib.c -o cryptl
ib.o
In file included from /usr/include/errno.h:36,
                 from ../include/openssl/err.h:82,
                 from cryptlib.h:74,
                 from cryptlib.c:61:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/usr/src/openssl-0.9.5a/crypto'
make: *** [all] Error 1
[root@localhost openssl-0.9.5a]#                 

Reply via email to