Hi, Based on the error message, it appears that the module you are building may not be properly linked with OpenSSL on your system. Can you provide any additional details regarding your OpenSSL setup, as well as the full output of the compilation process?
I would also recommend using the code in trunk, or applying the patch here to 1.08 if you are going to build from scratch: http://www.ja-sig.org/issues/browse/MAS-35 This will prevent an encoding issue when redirecting unauthenticated users. Thanks, -Phil On Thu, Jan 14, 2010 at 9:18 PM, [email protected] <[email protected]> wrote: > 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 > -- 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
