I am using Apache2.2, most recent version. Also the most recent version of OpenSSL and mod-auth-cas. Now if I do not add APACHE2_0 preprocessor definition it works but I also have to rename some libs.
1) My linker is setup to use C:\Program Files\Apache Software Foundation\Apache2\lib 2) libapr.lib libaprutil.lib are not there, instead libapr-1.lib libaprutil-1.lib is there. So I guess with Apache2.2 I do not need to add that preprocessor definition. Currently I got to compile properly using apsx tool within the visual studio command line. It generated the apache module (so) file for Apache. I was able to setup CAS fine after that. Thanks, Stephen Damm Matt Smith-21 wrote: > > I just want to confirm -- are you using Apache 2.0.61? Do you have > any other versions of Apache also installed on this server? > > If you are using Apache 2.0.x, you need to use the "APACHE2_0" > preprocessor def (step #16 in README.win32). > >>From the linker error, can you confirm the following: > 1) your Library Directories includes "C:\Program Files\Apache > Group\Apache2\lib", or appropriate directory for your installation > (step #17) > 2) "libhttpd.lib libapr.lib libaprutil.lib" are included in your > Linker Dependencies (step #18) > > Make sure you perform a full clean before doing a rebuild after > changing these settings. > > -- View this message in context: http://www.nabble.com/mod-auth-cas-build-on-windows----missing-_isSSL--tp18159261p18245169.html Sent from the CAS Users mailing list archive at Nabble.com. _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
