tar -zxvf openssl<version>.tar.gz
tar -jxvf openssl<version>.tar.bz2
tar -Ixvf openssl<version>.tar.bz2
cd openssl<version>
./Configure --help
./Configure -options which -are optional; #or just run ./Configure
make
make install
#include <openssl/evp.h>
tar -zxvf httpd-2.0.55.tar.gz .... ./configure --prefix=/d:/apache2 --enable-module=dll ..... make
EOA_Mushy wrote: Damn it... thought that was the pre-compiled version of apache with the oppen ssl module... Should have known that couldnt be the case... Have managed to compile openssl....
lexeme wrote: apache should compile the same as openssl
EOA_Mushy wrote: Yup figured this out just didnt know about the -l LibraryName arg.... ended up with apache with out openssl or php & copying the "LoadModule" from a binary to the compiled version...... Well guess.