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. HTH, -Matt On Fri, Jun 27, 2008 at 1:47 PM, halsafar <[EMAIL PROTECTED]> wrote: > > Okay so I added the apache2 bin folder to the library path and removed > preprocessor definition APACHE2_0, this works, however the DLL it generates > does not work for APACHE2. If I had the preprocessor definition back then I > get the same error and it doesn't build. > > > > halsafar wrote: >> >> I followed the mod-auth-cas instructions in the repo "Readme.win32". >> I am using the same apache2, openSSL, VC8++ express they claimed works. >> Only difference, I am on Windows Server 2003. Here is the error: >> >> Creating library Debug\mod_auth_cas.lib and object >> Debug\mod_auth_cas.exp >> mod_auth_cas.obj : error LNK2019: unresolved external symbol >> _ap_http_method referenced in function _isSSL >> >> I imagine this is something with openSSL, but I downloaded it, the libs >> are there, I am lost. Google served no help on this one. >> > > -- > View this message in context: > http://www.nabble.com/mod-auth-cas-build-on-windows----missing-_isSSL--tp18159261p18160442.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
