Hello: Hopefully it's relatively a simple linking issue. Apache 2.2.X OpenSSL 0.9.8c mod_auth_cas 1.0.6 and 1.0.7 rc2
I have compiled openssl is a non standard directory as "shared" and mod_auth_cas using axps. However when I start apache after Loading mod_auth_cas, I get "symbol SSLv23_method: referenced symbol not found" which is understandable since my libssl in /usr/lib doesn't have the symbol ( confirmed using nm on solaris 8 ) I do have another libssl which has the appropriate symbols but I am unable to figure out why mod_auth_cas.so is unable to find teh symbols though the new libssl is in LD_LIBRARY_PATH path. #2. I changed apache's envvars to specify the path, still it doesn't work. #3. ldd on mod_auth_cas doesn't show any unresolved symbols So I believe that when apache loads the module(mod_auth_cas), it doesn't see new libssl. Any help is much appreciated. Thanks -- sd
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
