Hi ,
I copied the openssl-0.9.4 directory from one machine to the next to install 
OpenSSL . But I am receving the error messge when running make. Make works 
perfectly on the first machine. As far as I know perl5 and cc are working on 
the second machine.
Please help

*******************************************************************

Polaris#make
making all in crypto...
( echo "#ifndef MK1MF_BUILD"; \
echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; 
\
echo "  #define CFLAGS \"gcc -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 
-fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM\""; 
\
echo "  #define PLATFORM \"solaris-sparcv9-gcc\""; \
echo "  #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -DTHREADS -D_REENTRANT -mcpu=ultrasparc -O3 
-fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  
cversion.c
cversion.c:59: stdio.h: No such file or directory
cversion.c:60: string.h: No such file or directory
In file included from cversion.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 cversion.c:61:
../include/openssl/e_os.h:232: unistd.h: No such file or directory
In file included from cryptlib.h:71,
                 from cversion.c:61:
../include/openssl/crypto.h:67: stdio.h: No such file or directory
In file included from cryptlib.h:73,
                 from cversion.c:61:
../include/openssl/bio.h:66: stdio.h: No such file or directory
../include/openssl/bio.h:67: stdlib.h: No such file or directory
In file included from cryptlib.h:74,
                 from cversion.c:61:
../include/openssl/err.h:67: stdio.h: No such file or directory
../include/openssl/err.h:82: errno.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `cversion.o'
Current working directory /usr/local/src/openssl-0.9.4/crypto
*** Error code 1
make: Fatal error: Command failed for target `all'
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

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

Reply via email to