Skip Menu |
 

Download (untitled) / with headers
text/plain 1.9KiB
From haeberli@pb-d-128-141-38-31.cern.ch Thu Mar 4 05:30:04 2004
Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by krbdev.mit.edu (8.9.3p2) with ESMTP
id FAA25491; Thu, 4 Mar 2004 05:30:04 -0500 (EST)
Received: from pb-d-128-141-38-31.cern.ch (pb-d-128-141-38-31.cern.ch [128.141.38.31])
by pacific-carrier-annex.mit.edu (8.12.4/8.9.2) with ESMTP id i24AU35F013794
for <krb5-bugs@mit.edu>; Thu, 4 Mar 2004 05:30:03 -0500 (EST)
Received: by pb-d-128-141-38-31.cern.ch (Postfix, from userid 500)
id F209A211D4; Thu, 4 Mar 2004 11:28:16 +0100 (CET)
To: krb5-bugs@mit.edu
Subject: krb5-build
From: christian.haeberli@cern.ch
Reply-To: christian.haeberli@cern.ch
Cc:
X-send-pr-version: 3.99
Message-Id: <20040304102816.F209A211D4@pb-d-128-141-38-31.cern.ch>
Date: Thu, 4 Mar 2004 11:28:16 +0100 (CET)


Show quoted text
>Submitter-Id: net
>Originator: Christian Haeberli
>Organization:
University of Bern, Switzerland
Show quoted text
>Confidential: no
>Synopsis: krb5-build
>Severity: non-critical
>Priority: low
>Category: krb5-build
>Class: sw-bug
>Release: krb5-1.3.2
>Environment:
SUSE Linux 9.0, i686
System: Linux pb-d-128-141-38-31 2.4.21-144-default #1 Fri Nov 14 00:01:36 UTC 2003 i686 i686 i386 GNU/Linux
Architecture: i686

Show quoted text
>Description:
In order to make the build successful on my platform, I needed to apply the following softlink:
/usr/lib/libtermcap.so -> /usr/lib/libtermcap.so.2. Without this softlink, linking of the telnet
executable fails: telnet.c:783: undefined reference to 'tgetent'
./configure seems to have no notion for libtermcap.so.2

In addtion ./configure seems to have a memory: unpacking the tar file, running .configure, failing in
make, putting the softlink, make clean, ./configure and make does not work (same error). One has to
put the softlink, delete the krb5-1.3.2 directory, unpack it again at start from scratch.

Show quoted text
>How-To-Repeat:

Show quoted text
>Fix:

Failure to find libtermcap frequently occurs when the development
packages for libtermcap are not installed.

make clean will not clear config.cache, though make distclean should.

We don't consider either of these to be bugs.