Hong Zhang <[EMAIL PROTECTED]>:

> 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 cryptlib.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

> Can anybody tell me what's wrong? Thanks.

Presumably you installed a different kernel version than the one
that's the default for you distribution, but didn't properly install
the header files contained in it.  This has nothing to do with OpenSSL,
you can just as file experiment with any other C program that uses
<errno.h>.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to