Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 1998 15:50:01 -0800 (PST)
From:      "José Mª Alcaide" <jose@we.lc.ehu.es>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/8963: there is no libtermlib.so.2 in /usr/lib (3.0-RELEASE)
Message-ID:  <199812052350.PAA04265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/8963; it has been noted by GNATS.

From: "José Mª Alcaide" <jose@we.lc.ehu.es>
To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: bin/8963: there is no libtermlib.so.2 in /usr/lib (3.0-RELEASE)
Date: Sun, 06 Dec 1998 00:45:32 +0100

 Garrett Wollman wrote:
 > 
 > In FreeBSD 2.2-STABLE, there is no such thing as `libtermcap.so.2' nor
 > `libtermlib.so.2'.  Those are ELF library names, and thus only present
 > in 3.0.  In ELF libraries, only the `.so' versions are used for
 > link-time library searches.
 > 
 
 $ uname -r
 2.2.8-RELEASE
 $ cd /usr/lib; ls -li libterm*
 238434 -r--r--r--  2 bin  bin  15634  3 dic 01:33 libtermcap.a
 238435 -r--r--r--  2 bin  bin  16826  3 dic 01:33 libtermcap.so.2.1
 238434 -r--r--r--  2 bin  bin  15634  3 dic 01:33 libtermlib.a
 238435 -r--r--r--  2 bin  bin  16826  3 dic 01:33 libtermlib.so.2.1
 $ ldconfig -r | fgrep term
         64:-ltermcap.2.1 => /usr/lib/libtermcap.so.2.1
         100:-ltermlib.2.1 => /usr/lib/libtermlib.so.2.1
 
 OK, their names end in "so.2.1", but these libraries do exist in
 2.2-STABLE. They are two hard links to the same file, but ldconfig
 registers both names. This does not happens in FreeBSD 3.0.
 
 -- JMA
 -----------------------------------------------------------------------
 José Mª Alcaide                         | mailto:jose@we.lc.ehu.es
 Universidad del País Vasco              | http://www.we.lc.ehu.es/~jose
 Dpto. de Electricidad y Electrónica     |
 Facultad de Ciencias - Campus de Lejona | Tel.:  +34-946012479
 48940 Lejona (Vizcaya) - SPAIN          | Fax:   +34-944858139
 -----------------------------------------------------------------------
                "Go ahead... make my day." - H. Callahan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812052350.PAA04265>