Upgrade from 12.2-RELEASE-p2 to 13.0-RELEASE
Steve O'Hara-Smith
steve at sohara.org
Tue May 25 11:00:29 UTC 2021
On Tue, 25 May 2021 11:21:31 +0200
Roman Serbski <mefystofel at gmail.com> wrote:
> On Tue, May 25, 2021 at 8:24 AM Steve O'Hara-Smith <steve at sohara.org>
> wrote:
> >
> > 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.
>
> I'm not sure I'm running 12.2 grep.
The error message you quoted shows that 12.2 grep was being used
during the kernel build. Your ldd output confirms that 13.0 grep is not
linked to libgnuregex.so.5 and so would not have produced that error
message.
Next problem - figure out why the kernel build was using an old
grep and how.
--
Steve O'Hara-Smith <steve at sohara.org>
More information about the freebsd-questions
mailing list