I tried making certificates using openssl bundled with Fedora 2. I managed to make a server.key, server.csr, ca.key and ca.crt but not a server.crt.
So I tried downloading openssl-0.9.7e and followed the instructions on http://www.faqs.org/docs/securing/chap24sec192.html. This did not work so I tried downloading openssl-0.9.5a as used in the instructions I was using but got the same error as with openssl-0.9.7e i.e. |


[EMAIL PROTECTED] openssl-0.9.5a]# make -f Makefile
making all in crypto...
make[1]: Entering directory `/var/tmp/openssl-0.9.5a/crypto'
( echo "#ifndef MK1MF_BUILD"; \
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
echo " #define CFLAGS \"egcs -DTHREADS -D_REENTRANT -DSSL_FORBID_ENULL -DL_ENDIAN -DTERMIO -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM\""; \
echo " #define PLATFORM \"linux-elf\""; \
echo " #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
egcs -I. -I../include -DTHREADS -D_REENTRANT -DSSL_FORBID_ENULL -DL_ENDIAN -DTERMIO -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o cryptlib.o cryptlib.c
make[1]: egcs: Command not found
make[1]: *** [cryptlib.o] Error 127
make[1]: Leaving directory `/var/tmp/openssl-0.9.5a/crypto'
make: *** [all] Error 1


I tried leaving |Makefile.ssl line 50 as CC= gcc but got the same error.
|
Can anybody tell me what is happening or going wrong?

Regards,
Sheridan Small

|


-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.4.0 - Release Date: 22/02/2005

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

Reply via email to