From owner-freebsd-current Fri Sep 25 20:15:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11045 for freebsd-current-outgoing; Fri, 25 Sep 1998 20:15:12 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from myhakas.matti.ee ([194.126.98.150]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11025 for ; Fri, 25 Sep 1998 20:15:08 -0700 (PDT) (envelope-from root@myhakas.matti.ee) Received: (from root@localhost) by myhakas.matti.ee (8.9.1/8.8.5) id GAA00589 for freebsd-current@freebsd.org; Sat, 26 Sep 1998 06:14:01 +0300 (EEST) Message-ID: <19980926061401.A510@matti.ee> Date: Sat, 26 Sep 1998 06:14:01 +0300 From: Vallo Kallaste To: freebsd-current@FreeBSD.ORG Subject: Cannot use sysinstall Reply-To: vallo@matti.ee Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello ! I can't use sysinstall for a week or so, it complains about missing libncurses.so.4.-1. Though I see libncurses.so.4 under /usr/lib/aout, but ldconfig doesn't pick it up in any way. My system runs aout current, cvsup'd and world maked about 3 hours ago. What I'm missing here ? myhakas# /stand/sysinstall ld.so failed: Can't find shared library "libncurses.so.4.-1" myhakas# pwd /usr/lib/aout myhakas# ls -la libn* -r--r--r-- 1 root wheel 74748 Sep 26 04:52 libncurses.a -r--r--r-- 1 root wheel 69135 Sep 26 04:52 libncurses.so.3.1 -r--r--r-- 1 root wheel 269438 Sep 16 14:03 libncurses.so.4 myhakas# ldd /stand/sysinstall /stand/sysinstall: -ldialog.3 => /usr/lib/aout/libdialog.so.3.0 (0x20057000) -lncurses.3 => /usr/lib/aout/libncurses.so.3.1 (0x2006c000) -lmytinfo.2 => /usr/lib/aout/libmytinfo.so.2.0 (0x2007c000) -lncurses.4 => not found (0x0) -lutil.2 => /usr/lib/aout/libutil.so.2.2 (0x20091000) -lftpio.4 => /usr/lib/aout/libftpio.so.4.0 (0x20097000) -lc.3 => /usr/lib/aout/libc.so.3.1 (0x2009b000) Ldconfig likes only libncurses.so.3.1 and it's interesting to know why :) Not that I'm missing sysinstall very much, but it saves my time sometimes. Can anybody enlighten me ? Thanks Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message