FYI: FreeBSD: upgrade to protobuf-c 1.4.1_6 breaks dig
Niall O'Reilly
niall.oreilly at ucd.ie
Sun Oct 13 21:55:52 UTC 2024
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)$
```
After reverting to 1.4.1_5, 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_5
grab(maint)$ dig -v
DiG 9.20.2
grab(maint)$
```
/Niall
---
[bug report]:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282060
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20241013/419fd6ab/attachment.htm>
More information about the bind-users
mailing list