Hi, everyone: I got the source from https://www.ja-sig.org/svn/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.8/, and comiled with the following command: ./configure --prefix=/usr/httpd/modules/ --with-apxs=/usr/bin/apxs2. The /usr/lib/apache2/modules/mod_auth_cas.so file was generated. I updated the httpd.conf : LoadModule auth_cas_module /usr/lib/apache2/modules/mod_auth_cas.so. When I restarted apache2 I got the following error message: **************************************************************** httpd: Syntax error on line 55 of /usr/httpd/conf/httpd.conf: Cannot load /usr/lib/apache2/modules/mod_auth_cas.so into server: /usr/lib/apache2/modules/mod_auth_cas.so: undefined symbol: SSL_connect **************************************************************** So please tell me what's wrong with my mod_auth_cas.so ? Is there some necessary packages I didn't add while compiling?
I'm using ubuntu8.04. If I download ubuntu package libapache2-mod-auth-cas (1.0.8-3) from http://packages.ubuntu.com/karmic/libapache2-mod-auth-cas, and install with $ sudo dpkg -i libapache2-mod-auth-cas_1.0.8-3_i386.deb, /usr/lib/apache2/modules/mod_auth_cas.so will be generated. I used the generated mod_auth_cas.so, no problem, it works! So I get confused. -- 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
