On Thu, 19 Apr 2001, Silva, Pedro wrote:
>
> Getting the following error when first trying to make OpenSSL on Caldera:
>
> # make
> making all in crypto...
> make[1]: Entering directory `/root/openssl-0.9.5a/crypto'
> ( echo "#ifndef MK1MF_BUILD"; \
> echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */";
> \
> echo " #define CFLAGS \"gcc -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3
> -fom
> it-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 -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
> cryptlib.c:59: stdio.h: No such file or directory
> cryptlib.c:60: string.h: No such file or directory
> In file included from cryptlib.c:61:
> cryptlib.h:62: stdlib.h: No such file or directory
> cryptlib.h:63: string.h: No such file or directory
> In file included from cryptlib.h:69,
> from cryptlib.c:61:
......
[snipped]
......
On the top directory of openssl, use either ./config or ./Config.
If these two still fail, look up the generated Makefile on the
top dir and see if the necessary include files are in the path.
--------------------
"The best players, I think, are always the ones who remember
their losses, because they remember the pain and they hate it."
-- Billie Jean King