Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
firstly i am applying plesk patches later appliying qmail-quene path . when i try to compile having errors about open-ssl.
how can i solve this problem ? if i dont apply ssl patch its compiling. i am trying to compile on RHEL 4 . thanx
I died anything till I got to the compilation.
I used make, after the compilation was finished I
got the first error. Caused by a wrong link in Makefile.
Make tried to use /usr/lib/mysql/libmysqlclient.a instead of
/usr/lib/libmysqlclient.a
I fixed the link in the Makefile.
At the end of the second try there where several errors because
of "main" was no "int".
First of all, mysql-devel and openssl-devel aren't available for Debian Sarge anymore. I install libmysqlclient12 and libmysqlclient12-dev instead of mysql-devel.
Instead of openssl-devel I installed libssl-dev hope anything is right. Now I'm not shure if I should going on with the tutorial.
Whats your oppinion of the error I talked about above?
Thanks for ur fast reply, but it isn't realy helpfull.
I just wanted to know if there are any further information on which
debian packages to use instead of mysql-devel and openssl-devel to avoid the errors.
Der Artikel auf deiner Seite ist für mich übrigens klar verständlich...