====== 96 Plesk error libjson-c.so.2 ====== ===== 環境 ===== Plesk 12.5 ===== エラー ===== Unable to execute usermng: /usr/local/psa/admin/bin/usermng: error while loading shared libraries: libjson-c.so.2: cannot open shared object file: No such file or directory ===== 対応 ===== [[https://support.plesk.com/hc/en-us/articles/213958605-Cannot-access-Plesk-error-while-loading-shared-libraries-some-file-name-so-cannot-open-shared-object-file-No-such-file-or-directory|]] ==== 1. Check which package contains the missing file: ==== # rpm -qf /lib64/libjson-c.so.2 json-c-0.11-12.el6.x86_64 ==== 2. Remove the package: ==== # rpm -e --nodeps --justdb json-c-0.11-12.el6.x86_64 ==== 3. Install the package again: ==== # yum install json-c {{tag>Plesk}}