Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2000 23:36:24 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "FreeBSD-Stable" <FreeBSD-Stable@freebsd.org>
Cc:        "Warner Losh" <imp@village.org>
Subject:   Installworld problem 3.3 -> 4.1-STABLE
Message-ID:  <007601c00672$5f1f5060$8dfee0d1@westbend.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007601c00672$5f1f5060$8dfee0d1>