Re: AIX build fails with missing symbol .krb5_c_make_random_key
Ken Hornstein <[email protected]>
| Newsgroups | gmane.comp.file-systems.openafs.devel |
|---|---|
| Message-ID | <[email protected]> |
>Ah, yes, I believe you are right. That library does exist on my >system also, and I manually added it to Makefile.config and the build >continued. The question is then, why didn't ./configure detect it and >add it? I can't speak for that; I lack the energy at this time to go delving into the configure script for OpenAFS. The traditional way that Kerberos options are detected by autoconf (as Benjamin Kaduk alluded to) is you give it a path to a krb5-config script which will tell you the right compile and link-time options to build a Kerberos program. --Ken