Upgrade from 12.2-RELEASE-p2 to 13.0-RELEASE

Steve O'Hara-Smith steve at sohara.org
Tue May 25 06:24:56 UTC 2021


On Sun, 23 May 2021 15:06:25 +0200
Roman Serbski <mefystofel at gmail.com> wrote:

> /usr/src/sys/rpc/rpcsec_tls/rpctlscd.x | grep -v pthread.h >
> rpctlscd.h
> ld-elf.so.1: Shared object "libgnuregex.so.5" not found, required by
> "grep"

	That's the version used in 12.2 can someone with 13.0 use ldd to
find out what version of libgnuregex is used by grep in 13.0.

> # find / -name libgnuregex.so.5 -print
> /usr/lib32/libgnuregex.so.5

	That's the 32 bit compatibility version the one grep is looking for
lives in /usr/lib.

	You seem to be running 12.2 grep - I don't know why.

-- 
Steve O'Hara-Smith <steve at sohara.org>


More information about the freebsd-questions mailing list