Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) X-RT-Original-Encoding: iso-8859-1 Content-Length: 3548 From beazley@ix.netcom.com Fri Oct 25 20:52:36 1996 Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id UAA03592 for ; Fri, 25 Oct 1996 20:52:35 -0400 Received: from dfw-ix7.ix.netcom.com by MIT.EDU with SMTP id AA18501; Fri, 25 Oct 96 20:52:34 EDT Received: from atlantis (cha-nc1-24.ix.netcom.com [205.184.158.56]) by dfw-ix7.ix.netcom.com (8.6.13/8.6.12) with SMTP id RAA21908 for ; Fri, 25 Oct 1996 17:52:30 -0700 Message-Id: <327160DA.72EC3110@ix.netcom.com> Date: Fri, 25 Oct 1996 20:52:42 -0400 From: Robert Beazley Sender: root@dfw-ix7.ix.netcom.com To: krb5-bugs@MIT.EDU Subject: herrno undefined >Number: 136 >Category: krb5-misc >Synopsis: herrno undefined >Confidential: yes >Severity: serious >Priority: low >Responsible: tytso >State: closed >Class: mistaken >Submitter-Id: unknown >Arrival-Date: Fri Oct e 20:53:01 EDT 1996 >Last-Modified: Thu Oct e 11:30:28 EST 1996 >Originator: >Organization: >Release: >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-feedback State-Changed-By: tytso State-Changed-When: Tue Oct 29 16:28:36 1996 State-Changed-Why: Responsible-Changed-From-To: gnats-admin->tytso Responsible-Changed-By: tytso Responsible-Changed-When: Tue Oct 29 16:31:09 1996 Responsible-Changed-Why: From: "Theodore Y. Ts'o" To: Robert Beazley Cc: krb5-bugs@MIT.EDU Subject: Re: pending/136: herrno undefined Date: Tue, 29 Oct 1996 16:28:03 -0500 What version of libc are you using? My version of libc on Linux (5.3.12) does define h_errno, and that is a standard part of the gethostbyname() interface. Are you using some developmental or non-standard libc? - Ted >Unformatted: Hello, I am trying to compile kerberos BETA 7 onto the Linux O/S. Everything proceeds as expected until ... making all in appl/user_user... make[2]: Entering directory `/usr/var/tmp/krb5-beta7/src/appl/user_user' gcc -L./../../lib -L./../../lib -Wl,-rpath -Wl,/usr/local/lib -o uuclient client.o -lkrb5 -lcrypto -lcom_err client.o: In function `main': client.o(.text+0x11c): undefined reference to `herrno' make[2]: *** [uuclient] Error 1 make[2]: Leaving directory `/usr/var/tmp/krb5-beta7/src/appl/user_user' make[1]: *** [all-unix] Error 1 make[1]: Leaving directory `/usr/var/tmp/krb5-beta7/src/appl' make: *** [all-unix] Error 1 Have any ideas??? Regards, Robert Beazley OCNS Message sent via private e-mail: From: OCNS Date: Thu, 31 Oct 1996 08:17:26 -0500 Ted, Thank you for responding to my note. After some investigation, I = found that the culprit was in fact libc. I subsequently loaded libc = version 5.4.7 and viola! Kerberos compiled and installed as expected. I = apologize for not following up on my bug note and meant to do so but, I = was unexpectedly called out of town by my major client. Once again, = thanks for your assistance. OBTW: Can you point me to any information regarding enhancements to = Kerberos? Any possible resurgence of DME?=20 Not only do I need to authenticate I also need to account = and authorize. Any information would be great! Regards, Robert Beazley State-Changed-From-To: feedback-closed State-Changed-By: tytso State-Changed-When: Thu Oct 31 11:30:05 1996 State-Changed-Why: Problem was user's non-standard libc