The apache_1.2.5+ssl_1.14 patch worked ok for me on apache-1.2.6
for http_main.c:
|diff -C3 -r ../apache_1.2.5/src/http_main.c ./src/http_main.c
|*** ../apache_1.2.5/src/http_main.c Mon Sep 22 21:58:51 1997
|--- ./src/http_main.c Sun Jan 25 23:53:36 1998
--------------------------
Patching file ./src/http_main.c using Plan A...
Hunk #1 succeeded at 1926 (offset 51 lines).
Hunk #2 succeeded at 2214 (offset 51 lines).
Hunk #3 succeeded at 2236 (offset 51 lines).
Hunk #4 succeeded at 2277 (offset 51 lines).
Hunk #5 succeeded at 2303 (offset 51 lines).
Hunk #6 succeeded at 2518 (offset 51 lines).
The rejects for other files were easy to fix by hand. I didn't like
gcache not using tcp_wrappers, and compiling with CACHE_SESSIONS FALSE
required adding some #ifdef's to the code. In the end, apache-1.2.6
with ssl_1.14 has been running just fine here for several days.
Perhaps your problem is OS or Configuration dependent?
...Rick [EMAIL PROTECTED], http://www.ece.vill.edu/~perry [PGP]
Dr. Rick Perry, ECE Department, Villanova University, Villanova, PA 19085
610-519-4969, fax: 610-519-4436, hm: 610-259-8734
---
Michael <[EMAIL PROTECTED]> writes:
>Has anyone got ssl to work with the new apache release yet.
>I keep getting a compiler error that is straight forward but the source
>looks just fine???
>http_main.c: In function `standalone_main':
>http_main.c:2217: syntax error before `bFirst'
>http_main.c:2239: `bFirst' undeclared (first use this function)
>http_main.c:2239: (Each undeclared identifier is reported only once
>http_main.c:2239: for each function it appears in.)
>http_main.c:2283: `FALSE' undeclared (first use this function)
>make: *** [http_main.o] Error 1
>weird!!!
>This is with the 1.25+ssl1.14 patch with a few tweaks to make it fit 1.2.6
>There are not changes apparent for the patch to apply cleanly to
>http_main.c.
>Any ideas??
>Michael
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+