Re: Update from 14.3 to 15

From: Doug Hardie <bc979_at_lafn.org>
Date: Wed, 03 Dec 2025 09:13:30 UTC
> On Dec 2, 2025, at 23:49, Erwan David <erwan@rail.eu.org> wrote:
> 
> On Wed, Dec 03, 2025 at 08:38:36AM CET, Doug Hardie <bc979@lafn.org> said:
>> I updated my 14.3 arm64 (Raspberry Pi 4) to 14.3-RELEASE-P6, then ran pkg upgrade where it updated pkg, and then used freebsd-update to install 15.0-RELEASE.
>> 
>> Everything went smooth as it usually does until I tried to use pkg:
>> 
>> test# pkg
>> ld-elf.so.1: Shared object "libutil.so.9" not found, required by "pkg"
>> test#  
>> 
>> Somehow pkg didn't get updated.  Only libutil.so.10 exists.  I haven't tried this yet, but I have another arm64 machine running 14.3 that I could copy over that file.  I am not sure that is the best approach though.
> 
> I usually do a `pkg-static install pkg` to get the current pkg when doing a major upgrade. I suppose FreeBSD-15 comes with a newer version of libutils 


> pkg-static install pkg worked just fine.  I am now updating a large bunch of ports.  What fun.  

-- Doug