From owner-freebsd-hackers Fri Feb 16 19:31:45 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from barabas.bitstream.net (barabas.bitstream.net [216.243.128.159]) by hub.freebsd.org (Postfix) with SMTP id 2E92D37B401 for ; Fri, 16 Feb 2001 19:31:43 -0800 (PST) Received: (qmail 11907 invoked from network); 17 Feb 2001 03:31:41 -0000 Received: from unknown (HELO redemption.bitstream.net) (216.243.168.85) by barabas with SMTP; 17 Feb 2001 03:31:41 -0000 Received: (from moebius@localhost) by redemption.bitstream.net (8.10.2/8.10.2) id f1H3YMw00217 for freebsd-hackers@freebsd.org; Fri, 16 Feb 2001 21:34:22 -0600 X-Authentication-Warning: redemption.bitstream.net: moebius set sender to moebius@bitstream.net using -f Date: Fri, 16 Feb 2001 21:34:22 -0600 From: Maximus To: freebsd-hackers@freebsd.org Subject: [moebius@bitstream.net: 4.1.1-release ldconfig issue] Message-ID: <20010216213422.B197@bitstream.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.9i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed libiconv-1.5.1 on my 4.1.1-release system with the following results: -rw-r--r-- 1 root wheel 452 Feb 16 09:05 libiconv.la lrwxr-xr-x 1 root wheel 15 Feb 16 09:05 libiconv.so -> libiconv.so.2.2 -rw-r--r-- 1 root wheel 646265 Feb 16 09:05 libiconv.so.2.2 Once finished I run 'ldconfig -m /usr/local/lib /usr/lib'. No errors to this point. Once done I run 'ldconfig -r | grep icon' and nothing is there. The library is not making it into the hints file. Running file on the .so.2.2 file I get the following: libiconv.so.2.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped Obviously I'm missing something. What? Any pointer would be appreciated. At the minimum, where would I find the source for ldconfig? Which package? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message