Shared object required by "sendmail"

Hello and good day!
I recently upgraded from Freebsd 12.x.x to 13.1-RELEASE-p7. Postfix Sendmail was working with previous version and now failing. I've accomplished the following error identification and research:


Code:
 sendmail test.user@gmail.com
ld-elf.so.1: Shared object "libicuuc.so.72" not found, required by "sendmail"
Code:
https://freebsd.pkgs.org/12/freebsd-amd64/icu-72.1,1.pkg.html
FreeBSD12 amd64 Official
icu-72.1,1.pkg
Binary Package    https://pkg.freebsd.org/FreeBSD:12:amd64/quarterly/All/icu-72.1,1.pkg
...
...
/usr/local/lib/libicuuc.so.72
...
...

Code:
pkg add icu-72.1,1.pkg
Installing icu-72.1,1...
pkg: wrong architecture: FreeBSD:12:amd64 instead of FreeBSD:13:amd64
Failed to install the following 1 package(s): icu-72.1,1.pkg


Code:
 freebsd-version -uk
13.1-RELEASE-p7
13.1-RELEASE-p7

Code:
 ls -la /usr/local/lib/libicuuc.so.*
lrwxr-xr-x  1 root  wheel       16 Apr 18 17:56 libicuuc.so.73 -> libicuuc.so.73.1
 -r-xr-xr-x  1 root  wheel  2179048 Apr 18 17:56 libicuuc.so.73.1

Postfix sendmail looking for libicuuc.so.72 (FreeBSD:12:amd64) instead using libicuuc.so.73 (FreeBSD:13:amd64). Is it possible to configure postfix sendmail to utilize libicuuc.so.73 on FreeBSD 13.x?

Thanks. Danny.
 
Try running:
Code:
freebsd-update fetch
freebsd-update install
freebsd-update install

Wat is the output of
Code:
freebsd-version -kru
 
Did you reinstall all ports/packages after the major version upgrade?

pkg bootstrap -f
pkg update -f
pkg upgrade -f
 
Hello and good day!
Sorry for the delayed response (I didn't have forum notifications activated and missed your response last week) and just logging in. Gudiance appreciated and output follows:

Code:
freebsd-update fetch
freebsd-update: Command not found.

Code:
freebsd-version -kru
13.1-RELEASE-p7
13.1-RELEASE-p7
13.1-RELEASE-p7

Code:
pkg bootstrap -f
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: n

What is the impact of installing "package management tool" on current system?

Thanks. Danny.
 
Not sure if connected but Opnsense (OPNsense 23.1.7_2-amd64) is also installed/operational on my system.

Thanks. Danny.
 
Back
Top