cannot upgrade from 10-BETA3 to latest 10
John
freebsd-lists at potato.growveg.org
Sat Dec 21 03:08:58 UTC 2013
On Fri, Dec 20, 2013 at 10:47:35PM +0000, John wrote:
> Hello stables,
>
> I cannot upgrade from 10-beta3 to latest (as of 19th Dec). I get the
> following error:
>
> /usr/bin/ld: cannot find /usr/lib/libc_nonshared.a
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
Fixed by doing
cd /usr/src/lib/libc_nonshared && make && make install && cd /usr/src &&
make buildworld
sorry for the noise!
--
John
More information about the freebsd-stable
mailing list