From owner-freebsd-stable Mon Aug 14 21:36:34 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id A564337BA51 for ; Mon, 14 Aug 2000 21:36:27 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id XAA85333; Mon, 14 Aug 2000 23:36:25 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <007601c00672$5f1f5060$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "FreeBSD-Stable" Cc: "Warner Losh" Subject: Installworld problem 3.3 -> 4.1-STABLE Date: Mon, 14 Aug 2000 23:36:24 -0500 Organization: West Bend Internet X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am currently trying to upgrade a 3.3 system to 4.1-STABLE, the buildworld and build|installkernel ran with no problems. The only problems that I have experienced is a missing libc.so.4, which I fixed by doing: cd /usr/src/lib/libc && make install The other problem I have come across is missing nls directories when trying to create a link to tcsh.cat when installing bin/csh. ===> bin/csh/nls : ===> finish ln -s ...../tcsh.cat /usr/share/nls/fr_BE.DIS_8859-15/tcsh.cat error: /usr/share/nls/fi_FI.DIS_8859-15/tcsh.cat: no such file or directory. : I originally fixed this problem by creating the directory, but then it failed linking tcsh.cat in the french & german directories ([fr|de]_??.DIS_8859-15). I eventually ran cd /usr && mtree -U -f /usr/src/etc/mtree/BSD.usr.dist. No further problems with the install of 4.1-STABLE. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message