Hello,
I am new in apache-ssl and I've got some problems with applying the patch
to the Apache source.
I got the apache_1.2.6 package from the www.apache.org site.
I got the SSLeay_0.8.0 package and I compiled it.
I got the apache_1.2.6+ssl_1.1.16.tar.gz pack from the
ftp://ftp.ox.ac.uk/pub/crypto/SSL/ site.
I moved this last tar.gz file in the apache_1.2.6 directory and I unpacked it.
Then, I did "patch -p1 < SSLpatch" in this directory.
I use the 2.5 version of patch. My shell is tcsh.
And I get these messages :
$ patch -p1 < SSLpatch
Looks like a unified context diff.
Hunk #7 failed at line 247.
Hunk #9 failed at line 53.
Hunk #10 failed at line 265.
Hunk #11 failed at line 11.
Hunk #12 failed at line 28.
Hunk #13 failed at line 49.
Hunk #14 failed at line 66.
Hunk #15 failed at line 147.
Hunk #16 failed at line 329.
Hunk #17 failed at line 626.
Hunk #18 failed at line 664.
Hunk #19 failed at line 677.
and so on....
Did I do a wrong operation ?
Maybe I did something wrong in the directory structure...?
I suppose it because the patch contains many instructions like that :
"diff -u -r ../apache_1.2.6/src/Configuration ./src/Configuration"
and in my case, these files are the same!
Any help is welcome.
Thanks
Helene