loading mod_auth_cas.so
Dale Ogilvie
Dale.Ogilvie at trimble.co.nz
Tue Mar 4 15:05:28 EST 2008
This is my build command for mod_auth_cas 1.0.6:
apxs -i -c mod_auth_cas.c -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-lresolv -ldl -lidn -lssl -lcrypto -lz
I forget exactly why I have all those link lines in there.
-----Original Message-----
From: cas-bounces at tp.its.yale.edu [mailto:cas-bounces at tp.its.yale.edu]
On Behalf Of enghack
Sent: Tuesday, 4 March 2008 5:38 p.m.
To: cas at tp.its.yale.edu
Subject: loading mod_auth_cas.so
Hi,
I'm trying to implement mod_auth_cas on Solaris 9.
Environment: mod_auth_cas v 1.0.6
httpd v 2.2.4 with mod_ssl (runs fine without mod_auth_cas) openssl v
0.9.8g apr-util v 1.2.8 apr v 1.2.8
pwd = /src/mod_auth_cas-1.0.6
/usr/local/apache2/bin/apxs -i -c -n auth_cas_module mod_auth_cas.c
This command seems to install the .so file fine, but trying to restart
apache yields this error:
httpd: Syntax error on line 19 of /usr/local/apache2/conf/httpd.conf:
Can't locate API module structure `auth_cas_module' in file
/usr/local/apache2/modules/mod_auth_cas.so: ld.so.1: httpd: fatal:
auth_cas_module: can't find symbol
the httpd.conf line is: LoadModule auth_cas_module
modules/mod_auth_cas.so
I have tried various things, including:
/usr/local/apache2/bin/apxs -i -c -n auth_cas_module -S
CFLAGS='-I/usr/local/ssl/include/openssl -L/usr/local/ssl/lib
-R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib' mod_auth_cas.c
to no avail. Any help would be appreciated.
--
View this message in context:
http://www.nabble.com/loading-mod_auth_cas.so-tp15820282p15820282.html
Sent from the CAS Users mailing list archive at Nabble.com.
_______________________________________________
Yale CAS mailing list
cas at tp.its.yale.edu
http://tp.its.yale.edu/mailman/listinfo/cas
More information about the cas
mailing list