Kerberos libs dependancy in linking with mmc created module

Stefano Corsi <[email protected]> Sun, 2 Feb 2003 19:00:22 +0000
Newsgroups gmane.comp.lang.moto.devel
Organization Moto Project
Message-ID <[email protected]>
Hello,

I've tried to experiment with the apache .dso feature and everything goes 
smooth until I try to restart apache, then I get this:

Starting httpd: Syntax error on line 368 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_motoqa.so into server: 
/etc/httpd/modules/mod_motoqa.so: undefined symbol: krb5_sname_to_principal

I see that probably lib_codex links some other lib with krb_inside and the 
probably my apache is not compiled with kerberos (and at the moment I wuold 
like to leave it as it is...). Is there a way to get rid of that 
"krb5_sname_to_principal" symbol?

Thanks,	
 Stefano