FYI, this is the command line we use to compile our customized mod_auth_cas
1.0.6. You won't need -lcurl at least because that is only required our own
customization.

apxs -i -c mod_auth_cas.c -lcurl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-lresolv -ldl -lidn -lssl -lcrypto -lz

As Phil suggested you should enable debug logging in Apache,
/etc/httpd/conf/httpd.conf, 

LogLevel debug

Then tail -F /var/log/httpd/ssl_error_log (or whereever the log file is on
solaris) to see info about what mod_auth_cas is up to.

Dale


gmills wrote:
> 
> 
>      I continue to have problems with mod_auth_cas.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/impasse-in-installing-mod_auth_cas-tp18659589p18765693.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

Reply via email to