• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Unsatisfied dependencies for sw-engine | Plesk broke, how to repair?

Mao

New Pleskian
Hi,

I'm getting those error below from my Plesk 9.5.4.
Those dependencies were actually installed. Is there a way to fix this without re-installing Plesk? I tried to run autoupdater, I selected a same release (9.5.4), but it didn't help. Thanks.

[root@server ~]# tail -n 15 /var/log/sw-cp-server/error_log
2011-07-08 14:16:25: (mod_fastcgi.c.1000) the fastcgi-backend /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start:
2011-07-08 14:16:25: (mod_fastcgi.c.1004) child exited with status 127 /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
2011-07-08 14:16:25: (mod_fastcgi.c.1007) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.
You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)
For more information check http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program
2011-07-08 14:16:25: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags
2011-07-08 14:16:25: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed.
/usr/bin/sw-engine-cgi: error while loading shared libraries: libxmlrpc_cpp.so.3: cannot open shared object file: No such file or directory
2011-07-08 22:43:09: (mod_fastcgi.c.1000) the fastcgi-backend /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start:
2011-07-08 22:43:09: (mod_fastcgi.c.1004) child exited with status 127 /usr/bin/sw-engine-cgi -c /usr/local/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
2011-07-08 22:43:09: (mod_fastcgi.c.1007) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.
You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)
For more information check http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program
2011-07-08 22:43:09: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags
2011-07-08 22:43:09: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed.

###################################3


[root@server ~]# rpm -V sw-engine
Unsatisfied dependencies for sw-engine-2.0-5.201006091004.centos5.x86_64: /usr/lib64/sw/libxmlrpc.so.3, /usr/lib64/sw/libxmlrpc_cpp.so.3, /usr/lib64/sw/libxmlrpc_server.so.3, /usr/lib64/sw/libxmlrpc_util.so.3, /usr/lib64/sw/libxmlrpc_xmlparse.so.3, /usr/lib64/sw/libxmlrpc_xmltok.so.3
 
Back
Top