Date: Sat, 26 Sep 1998 06:14:01 +0300 From: Vallo Kallaste <vallo@matti.ee> To: freebsd-current@FreeBSD.ORG Subject: Cannot use sysinstall Message-ID: <19980926061401.A510@matti.ee>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980926061401.A510>