Hi,
I can't seem to get past compiling the ssl modules. I unpacked the 1.3.0
apache files, unpacked the ssl_1.18 patch and then ran patch. All went
well. Then I changed src/Configuration.tmpl to set SSL_BASE to the
SSLeay base directory and then ran configure. Finally, I typed make.
The configuration and compile goes well until it hits the
/src/modules/ssl directory and then I get the following:
<=== src/main
===> src/modules
===> src/modules/ssl
Makefile:107: warning: overriding commands for target `libssl.a'
Makefile:62: warning: ignoring old commands for target `libssl.a'
Makefile:121: warning: overriding commands for target `.c.o'
Makefile:69: warning: ignoring old commands for target `.c.o'
Makefile:127: warning: overriding commands for target `clean'
Makefile:76: warning: ignoring old commands for target `clean'
Makefile:130: warning: overriding commands for target `distclean'
Makefile:79: warning: ignoring old commands for target `distclean'
Makefile:136: warning: overriding commands for target `depend'
Makefile:83: warning: ignoring old commands for target `depend'
make[4]: *** No rule to make target `apache_ssl.a', needed by
`libssl.a'. Stop.
make[3]: *** [all] Error 1
Can somebody help me figure out what's going on? Did I miss something in
the readme file?
Also, while I was in the Configuration.tmpl file, I saw a line under the
Modules Configuration section that says:
## Damn damn damn. Apache inverts the module list. SSL must go first to
fake
## basic authorization (that is, last in this file).
AddModule modules/ssl/apache_ssl.a
Should this be apache_ssl.o? All of the other modules have the .o
extension.
Thanks for your help!
Stu