i was trying to setup the ssl for apache on a Windows 2000 platform.

i followed the win32 install txt for CygWin32.  the ./Configure worked fine, i think, 
but, the make blew up with the following error...

Administrator@CX1183304-A /cygdrive/c/apache/opt/openssl/openssl-e-0.9.6-stable-
SNAP-20010720
$ make
+ rm -f libcrypto
+ rm -f libssl
making all in crypto...
make[1]: Entering directory `/cygdrive/c/apache/opt/openssl/openssl-e-0.9.6-stab
le-SNAP-20010720/crypto'
( echo "#ifndef MK1MF_BUILD"; \
echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
echo "  #define CFLAGS \"gcc -DDSO_WIN32 -DTERMIOS -DL_ENDIAN -fomit-frame-point
er -O3 -m486 -Wall\""; \
echo "  #define PLATFORM \"CygWin32\""; \
echo "  #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -DDSO_WIN32 -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -
m486 -Wall   -c -o cryptlib.o cryptlib.c
In file included from cryptlib.c:61:
cryptlib.h:65: openssl\e_os.h: No such file or directory
cryptlib.h:67: openssl\crypto.h: No such file or directory
cryptlib.h:68: openssl\buffer.h: No such file or directory
cryptlib.h:69: openssl\bio.h: No such file or directory
cryptlib.h:70: openssl\err.h: No such file or directory
cryptlib.h:71: openssl\opensslconf.h: No such file or directory
cryptlib.c:62: openssl\crypto.h: No such file or directory
cryptlib.c:63: openssl\safestack.h: No such file or directory
cryptlib.c:105: #error "Inconsistency between crypto.h and cryptlib.c"
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/cygdrive/c/apache/opt/openssl/openssl-e-0.9.6-stabl
e-SNAP-20010720/crypto'
make: *** [sub_all] Error 1

it looks like the paths to the files are being converted to a windows style...  

any ideas?

thanks,

graham


Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to