From owner-freebsd-current Thu Nov 18 15:33:19 1999 Delivered-To: freebsd-current@freebsd.org Received: from drawbridge.ctc.com (drawbridge.ctc.com [147.160.99.35]) by hub.freebsd.org (Postfix) with ESMTP id 47FCF15538 for ; Thu, 18 Nov 1999 15:33:17 -0800 (PST) (envelope-from cameron@ctc.com) Received: from server2.ctc.com (server2.ctc.com [147.160.1.4]) by drawbridge.ctc.com (8.9.3/8.9.3) with ESMTP id SAA10979 for ; Thu, 18 Nov 1999 18:33:16 -0500 (EST) Received: from ctcjst-mail1.ctc.com (ctcjst-mail1.ctc.com [147.160.34.4]) by server2.ctc.com (8.9.3/8.9.3) with ESMTP id SAA12854 for ; Thu, 18 Nov 1999 18:32:43 -0500 (EST) Received: by ctcjst-mail1.ctc.com with Internet Mail Service (5.5.2448.0) id ; Thu, 18 Nov 1999 18:28:44 -0500 Message-ID: <604CC98C4E6BD311AEF900A0C9EA54E1878B15@ctcjst-mail1.ctc.com> From: "Cameron, Frank" To: "'current@freebsd.org'" Subject: Install Glitch Date: Thu, 18 Nov 1999 18:28:43 -0500 X-Mailer: Internet Mail Service (5.5.2448.0) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed my first current box (19991115) and ran into a couple of glitches with libraries and X. I installed the X-Kern-Developer and then added some extras from custom. The errors I encountered (paraphrased) were: missing libc.so.3 and libtermcap.so.2. # XF86Setup unable to find /usr/local/lib/aout libc.so.3 not found # xf86config unable to find /usr/local/lib/aout libc.so.3 not found # ln -s /usr/lib/compat/aout /usr/local/lib/aout # XF86Setup libc.so.3 not found # ln -s /usr/lib/libc.so.4 /usr/lib/libc.so.3 # XF86Setup # startx <. . .> xinit exits on signal 11, core dump # rm /usr/lib/libc.so.3 # startx libc.so.3 not found # ftp ftp> cd /usr/lib ftp> get remote file> libc.so.3 local file> /usr/lib/libc.so.3 ftp> bye # startx then, within X; xterm and emacs didn't run in Gnome Terminal: # xterm & libtermcap.so.2 not found # ftp <. get /usr/lib/libtermcap.so.2 .> # xterm & The machine is a PII 300 w/ 1.5GB BSD partition (DOS/WFW and NT are also on drive); it had been running an older 3.x, but I remade the slices during the install. # uname -a FreeBSD *** 4.0-19991115-CURRENT #0: Mon Nov 15 14:22:07 GMT 1999 root@usw2.freebsd.org:/usr/src/sys/compile/GENERIC i386 -Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message