I'm trying to install openssl v. 6b onto a Redhat Linux v7.1 OS running on a compaq DL360. I configured it using ./config gcc since no other OS/compiler option looked like a match. Configured just fine. But teh make command is erroring out:
+ rm -f libcrypto + rm -f libssl making all in crypto... make[1]: Entering directory `/tmp/openssl-0.9.6b/crypto' ( echo "#ifndef MK1MF_BUILD"; \ echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ echo " #define CFLAGS \"gcc -O3\""; \ echo " #define PLATFORM \"gcc\""; \ echo " #define DATE \"`date`\""; \ echo "#endif" ) >buildinf.h gcc -I. -I../include -O3 -c -o cryptlib.o cryptlib.c make[1]: gcc: Command not found make[1]: *** [cryptlib.o] Error 127 make[1]: Leaving directory `/tmp/openssl-0.9.6b/crypto' make: *** [sub_all] Error 1 Looks like it can't find a file called cryptlib.o And sure enough, there is no file in the crpto folder called that. HELP? ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
