Ryan, Does the error message stop at "unresolved external" or does it actually provide the symbol that it cannot find? The only libraries linked are OpenSSL and the Apache Portable Runtime. Can you verify that the headers and libraries provided at compile time are the correct ones for the versions you are compiling and linking against?
Thanks, -Phil On Wed, Jun 3, 2009 at 11:47 AM, Ryan Fox <[email protected]> wrote: > Phil Ames wrote: >> Hi Ryan, >> That error message is not one that is generated by mod_auth_cas, >> however it looks like mod_auth_cas may not be assigning the correct >> user id to the Apache REMOTE_USER variable (<null> does not look like >> the right user name to me, anyway). >> > > Thanks Phil. It appears the error was apache's way of telling me I > forgot to LoadModule it. At least my mistake is preserved on the > internet as a warning to others... :) > > With it loaded, I'm now getting an unresolved dependency error when > trying to start apache. I'm sure this is something HPUX specific. It > builds, but seems like it is looking for some library at runtime that it > can't find. > > > > bash-3.00# /opt/apache2/bin/apachectl configtest > httpd: Syntax error on line 196 of /opt/apache2/conf/httpd.conf: Cannot > load /opt/apache2/modules/mod_auth_cas.so into server: Unresolved external [snip] -- 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
