loading mod_auth_cas.so
enghack
eguss at montana.edu
Mon Mar 3 23:38:03 EST 2008
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.
More information about the cas
mailing list