Hi, Am Montag, 15. Mai 2006 23:26 schrieb Jason Shaev: > Hello, > > I am having a problem installing kerberos in Fedora Core 5. > > After running a straight ./configure succesfully (I attach the > > config.log and config.cache)...I receive this error during make: > > threads.c: In function ‘krb5int_pthread_loaded’: > > threads.c:145: error: ‘pthread_mutexattr_setrobust_np’ undeclared (first > > use in this function) threads.c:145: error: (Each undeclared identifier > > is reported only once threads.c:145: error: for each function it appears > > in.) > > threads.c: At top level: > > threads.c:403: warning: no previous prototype for > > ‘krb5int_call_thread_support_init’ make[2]: *** [threads.so] Error 1 > > make[2]: Leaving directory `/home/jshaev/krb5-1.4.3/src/util/support' > > make[1]: *** [all-recurse] Error 1 > > make[1]: Leaving directory `/home/jshaev/krb5-1.4.3/src/util' > > make: *** [all-recurse] Error 1 > > I am not sure exactly what is going on here.
The problem might be that _GNU_SOURCE is not defined. But simply defining it
everywhere(CFLAGS=-D_GNU_SOURCE) makes trouble somewhere in the telnet app.
--
MFG
Michael Calmer
--------------------------------------------------------------------------
Michael Calmer
SUSE LINUX Products GmbH, Maxfeldstr. 5, D-90409 Nuernberg
T: +49 (0) 911 74053 0
F: +49 (0) 911 74053575 - [EMAIL PROTECTED]
--------------------------------------------------------------------------
pgpaqOosrNWuM.pgp
Description: PGP signature
________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
