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
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.