Following the instructions in the REAME.win32 from here: https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.7/ I get the following link error:
1>------ Build started: Project: mod_auth_cas, Configuration: Release Win32 ------ 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification 1> Creating library C:\Users\bwooten\cas\mod_auth_cas\Release\mod_auth_cas.lib and object C:\Users\bwooten\cas\mod_auth_cas\Release\mod_auth_cas.exp 1>mod_auth_cas.obj : error LNK2019: unresolved external symbol _ap_http_method referenced in function _isSSL 1>C:\Users\bwooten\cas\mod_auth_cas\Release\mod_auth_cas.dll : fatal error LNK1120: 1 unresolved externals ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== When I try an build using apxs I get this: C:\Users\bwooten\cas\mod_auth_cas>c:\Kronos\apache\bin\apxs -i -c mod_auth_cas.c cl /nologo /MD /W3 /O2 /D WIN32 /D _WINDOWS /D NDEBUG -I"C:\Kronos\apache\include" /c /Fomod_auth_cas.lo mod_auth_cas.c 'cl' is not recognized as an internal or external command, operable program or batch file. apxs:Error: Command failed with rc=65536 Any ideas? Bryan Wooten [email protected] Work: 801.585.9323 Cell: 801.414.3593 -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
