Skip to main content
Topic: bind named service fails to start (Read 1271 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

bind named service fails to start

Code: [Select]
named: error while loading shared libaries: libjson-c.so.3: cannot open shared object file: No such file or directory.

libjson-c.so.4 is present, however, which tells me that bind is outdated. There does not appear to be a discrepancy between the artix and arch versions, so it could also be an arch problem as well.

Re: bind named service fails to start

Reply #1
Code: [Select]
named: error while loading shared libaries: libjson-c.so.3: cannot open shared object file: No such file or directory.

libjson-c.so.4 is present, however, which tells me that bind is outdated. There does not appear to be a discrepancy between the artix and arch versions, so it could also be an arch problem as well.
https://forum.artixlinux.org/index.php/topic,487.msg3829/topicseen.html#msg3829  if that or updating doesn't work, symlink libjson-c.so.4 as libjson-c.so.3

 

Re: bind named service fails to start

Reply #2
Code: [Select]
named: error while loading shared libaries: libjson-c.so.3: cannot open shared object file: No such file or directory.

libjson-c.so.4 is present, however, which tells me that bind is outdated. There does not appear to be a discrepancy between the artix and arch versions, so it could also be an arch problem as well.
Fixed in 9.12.1-1.1.

In general it is a bad idea to make symlinks to libs like that. Only do so if a developer instructs you to do so specifically. File conflicts and library conflicts can happen when that is done.
Chris Cromer