Hello,
Does this mean that you are no longer experiencing the SSL symbol
error after following that process?

At this point the only thing I can speculate is that you are placing
OpenSSL in a non-standard directory that may be not be included in the
linking path when you built the module, causing it to fail to load, or
that SSL was not linked when you originally compiled.  These aspects
*should* be taken care of by APXS or automake, however.

-Phil



On Fri, Jan 15, 2010 at 12:16 AM, [email protected]
<[email protected]> wrote:
> Thank you for replying, I installed openssl as the following:
>
> Download openssl-0.9.8l.tar.gz from http://www.openssl.org
> $ gunzip openssl-0.9.8l.tar.gz
> $ tar -xvf openssl-0.9.8l.tar
> $ cd openssl-0.9.8l/
> $ ./config --prefix=/usr/ssl --openssldir=/usr/ssl/openssl
> $ make
> $ make install
> $ which openssl
> $ /usr/bin/openssl
>
> I'd asked the same question to Matthew J. Smith before send these messages 
> here, and Mr Smith gave me a web link: 
> http://tp.its.yale.edu/pipermail/cas/2008-July/009259.html and I followed, 
> but just using apxs2 instead of apxs. Here is my command line input: "sudo 
> /usr/bin/apxs2 -i -c mod_auth_cas.c -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 
> -lresolv -ldl -lidn -lssl -lcrypto -lz". It works! (I don't know much well 
> about apxs/apxs2, by the way. I just want to share my experience with 
> everbody.:-))
> I realy appreciate that if someone can tell me that what kind of packages are 
> required if using apxs/apxs2 and if using ./configure, what the options 
> should be while compiling mod_auth_cas.
> Thank you!
> --
> 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

Reply via email to