Discussion:
[arch-general] libjson-c.so.3 problem
niya via arch-general
2018-08-05 15:33:37 UTC
Permalink
hi everyone

i have downloaded and installed bind and bind-tools version 9.11.2,
named.conf is configured,
when i enable and start named i get the following error
-----
/usr/bin/named: error while loading shared libraries: libjson-c.so.3:
cannot open shared object file: no such file or directory.
-----
pacman -Ss json-c
core/json-c 0.13.1-1 installed

how do i fix this ?

shadrock
Eli Schwartz via arch-general
2018-08-05 15:37:21 UTC
Permalink
Post by niya via arch-general
hi everyone
i have downloaded and installed bind and bind-tools version 9.11.2,
named.conf is configured,
when i enable and start named i get the following error
-----
cannot open shared object file: no such file or directory.
-----
pacman -Ss json-c
core/json-c 0.13.1-1 installed
how do i fix this ?
$ pkg-list-linked-libraries bind libjson-c
==> checking linked libraries for bind-9.13.0-3-x86_64.pkg.tar.xz ...
/usr/bin/named
NEEDED libjson-c.so.4

You did a partial update. Things broke.
--
Eli Schwartz
Bug Wrangler and Trusted User
Doug Newgard via arch-general
2018-08-05 15:38:57 UTC
Permalink
On Sun, 5 Aug 2018 16:33:37 +0100
Post by niya via arch-general
hi everyone
i have downloaded and installed bind and bind-tools version 9.11.2,
named.conf is configured,
when i enable and start named i get the following error
-----
cannot open shared object file: no such file or directory.
-----
pacman -Ss json-c
core/json-c 0.13.1-1 installed
how do i fix this ?
shadrock
This is why partial updates are not supported. The most correct way to fix this
would be to build a package of bind and bind-tools that builds the old version
and doesn't conflict with the versions in the binary repos.

Loading...