I have not tested m-a-c with Apache 2.2 on Windows.  But, your finding
do appear correct:  Only use the APACHE2_0 preproc def for Apache 2.0,
2.2 does not need it.  The APR lib names have changed as well.

I know how to get autoconf to handle these variations in *nix --
anyone have any advice on how to do the same with Visual Studio?

Is apxs now included with Apache 2.2 on Windows?  My recollection is
that historically, it was only included for *nix.

Thanks,
0Matt

On Wed, Jul 2, 2008 at 3:37 PM, halsafar <[EMAIL PROTECTED]> wrote:
>
> 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
>



-- 
[EMAIL PROTECTED]
Key ID:D6EEC5B5
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to