HI,
i try to compile openssl-0.9.4, modssl-2.4.10-1.3.9 apache_1.3.9 every think are ok. i 
have no any error messages when i was compile, but when i try to browse to my server 
with IE or Netscape they could not get the addresses. ie:https://myserver. My step 
installation are:
1. Openssl with the las messages:
 NOTE: The OpenSSL header files have been moved from include/*.h
to include/openssl/*.h.  To include OpenSSL header files, now
directives of the form
     #include <openssl/foo.h>
should be used instead of #include <foo.h>.
These new file locations allow installing the OpenSSL header
files in /usr/local/include/openssl/ and should help avoid
conflicts with other libraries.

To compile programs that use the old form <foo.h>,
usually an additional compiler option will suffice: E.g., add
     -I/usr/local/ssl/include/openssl
or
     -I/src/openssl-0.9.4/include/openssl
to the CFLAGS in the Makefile of the program that you want to compile
(and leave all the original -I...'s in place!).

Please make sure that no old OpenSSL header files are around:
The include directory should now be empty except for the openssl
subdirectory.



and after make the messages are:
gcc -I../include -DTHREADS -D_REENTRANT -DNO_ASM -DL_ENDIAN -DTERMIO -O3 
-fomit-frame-pointer -m486 -Wall   -c rsa_oaep_test.c -o rsa_oaep_test.o
gcc -o rsa_oaep_test -I../include -DTHREADS -D_REENTRANT -DNO_ASM -DL_ENDIAN -DTERMIO 
-O3 -fomit-frame-pointer -m486 -Wall rsa_oaep_test.o -L. -L.. -L../.. -L../../.. -L.. 
-lcrypto
make[1]: Leaving directory `/src/openssl-0.9.4/test'
making all in tools...
make[1]: Entering directory `/src/openssl-0.9.4/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/src/openssl-0.9.4/tools'


"Nothing to be done for 'all' what is that meaning


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

Reply via email to