>
> Clueless newbie here wondering if anyone can tell me why I can't get Apache
> 1.2.6 to compile with the 1.16 ssl patch? I compiled Apache successfully on
>
> it's own and I'm using SSLeay-0.8.0 which appeared to install ok. For a
> start -w3 was unrecognised by my gcc (version 2.7.2.3) and it keeps crashing
>
> near the end. Here are the last lines..
>
> gcc -o httpsd alloc.o http_main.o http_core.o http_config.o http_request.o
>
> htt
> http_main.o: In function `child_main':
> /apache_1.2.6/src/http_main.c:1936: undefined reference to
> `ApacheSSLSetupConnec
> http_main.o: In function `standalone_main':
> /apache_1.2.6/src/http_main.c:2292: undefined reference to
> `LaunchGlobalCache'
> make: *** [httpsd] Error 1
>
> I'm using a newly installed Redhat 5.0 and am pulling my hair out as I told
> my boss it would be no problem to get SSL running. I'd greatly appreciate
> it if someone can shed some light on mty predicament.
>
> Thanks,
> --
> Steve Vertigan
I just thought gcc didn't support -w3.. I just uncommented.. works for
me.. ah well..