Gokhan YESILYURT wrote: > Cannot load /usr/local/apache/libexec/mod_auth_kerb.so into server: > /usr/local/apache/libexec/mod_auth_kerb.so: undefined symbol: > krb5_cc_get_principal > ./bin/apachectl start: httpd could not be started
httpd can't find your krb5 libs, try setting the LD_LIBRARY_PATH enviroment variable to /your_krb5_root/lib before starting apache. -- Daniel ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos
