FYI: FreeBSD: upgrade to protobuf-c 1.4.1_6 breaks dig
Peter
pmc at citylink.dinoex.sub.org
Mon Oct 14 05:19:06 UTC 2024
On Sun, Oct 13, 2024 at 10:55:52PM +0100, Niall O'Reilly wrote:
! FYI only. I've submitted a [bug report][] to the FreeBSD Bugzilla.
! After upgrading to 1.4.1_6, I see:
!
! ```
! grab(maint)$ uname -a
! FreeBSD grab.no8.be 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
! grab(maint)$ pkg info protobuf-c | grep -i ^version
! Version : 1.4.1_6
! grab(maint)$ dig -v
! ld-elf.so.1: /usr/local/lib/libprotobuf-c.so.1: version LIBPROTOBUF_C_1.0.0
! required by /usr/local/lib/bind-tools/libdns-9.20.2.so not defined
! grab(maint)$
! ```
I cannot reproduce:
# dig -v
DiG 9.20.2
# ldd /usr/local/bin/dig | grep protobuf
libprotobuf-c.so.1 => /usr/local/lib/libprotobuf-c.so.1 (0x174f307b6000)
# pkg which /usr/local/lib/libprotobuf-c.so.1
/usr/local/lib/libprotobuf-c.so.1 was installed by package protobuf-c-1.4.1_6
# uname -a
FreeBSD vbuild3 13.4-RELEASE-p1 FreeBSD 13.4-RELEASE-p1[e0f62d90381c=bc3877972ebd+41] ZE6R13V1 amd64
More information about the bind-users
mailing list