Hi Heinz,
   Look for errno.h on your system. If it is there then either make sure
that the #INCLUDE<errno.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 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]: Entering directory `/root/openssl-0.9.6b/crypto'
> ( echo "#ifndef MK1MF_BUILD"; \
> echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c
> */"; \
> echo "  #define CFLAGS \"gcc -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
> -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
> -DSHA1_ASM -DMD5_ASM -DRMD160_ASM\""; \
> echo "  #define PLATFORM \"linux-elf\""; \
> echo "  #define DATE \"`date`\""; \
> echo "#endif" ) >buildinf.h
> gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
> -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
> -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c -o cryptlib.o cryptlib.c
> In file included from /usr/include/errno.h:36,
>                  from ../include/openssl/err.h:90,
>                  from cryptlib.h:70,
>                  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 `/root/openssl-0.9.6b/crypto'
> make: *** [sub_all] Error 1
>
> Is there anybody who can help me?
>
> Best regards
> Heinz Allerberger
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to