Hello,
I don't see any evidence this is or is not Heimdal's fault yet. Nor am I
sure what Sebastian meant. I think he means "configure running on hppa
finds gss_display_status; but configure running on mips/mepsel doesn't"
and not "I checked the libraries manually and found gss_display_status
on hppa but not on mips/mipsel".
The most likely suspect would appear to be the configure script in
netatalk is failing to detect the library correctly. Especially as it
appears to be only mips/mipsel that has this problem.
Can somebody with access to mips and/or HPPA please confirm if -lgssapi
has the gss_acquire_cred symbol on both platforms?
e.g. by compiling the following program:
--- cut ---
main() {
gss_acquire_cred();
}
--- cut ---
with
gcc -lgssapi test.c
Also the config.log file of the failed build would be very useful.
Thanks.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]