[arch-general] libjson-c.so.3 problem
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
On 08/05/2018 11:33 AM, niya via arch-general wrote:
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 ?
$ 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
On Sun, 5 Aug 2018 16:33:37 +0100 niya via arch-general <arch-general@archlinux.org> wrote:
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
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.
participants (3)
-
Doug Newgard
-
Eli Schwartz
-
niya