• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Install problems

JustonG

Basic Pleskian
Debian Server trying to install plesk get this error:

root@suprtech:~# wget -O - https://autoinstall.plesk.com/one-click-installer | sh
--2012-04-19 19:20:30-- https://autoinstall.plesk.com/one-click-installer
Resolving autoinstall.plesk.com... 72.21.81.253
Connecting to autoinstall.plesk.com|72.21.81.253|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3996 (3.9K) [text/plain]
Saving to: âSTDOUTâ

100%[======================================>] 3,996 --.-K/s in 0s

2012-04-19 19:20:30 (9.43 MB/s) - written to stdout [3996/3996]

exec: 172: /root/parallels_installer: not found
root@suprtech:~#

please help
 
I got the installer for debian to work, but when i run it I get this:

Gathering information about installed license key...
Checking whether the package dependencies are resolved.
E: Version '2.59-5.279666' for 'libapache-asp-perl' was not found
---X--- `apt-get` output ---------------------
Reading package lists...
Building dependency tree...
Reading state information...

---------------------- `apt-get` output ---X---
Collecting error details into log file...
Synchronizing the Debian APT package index files...

ERROR: Installation will not continue
Not all packages were installed.
Please, contact product technical support.

I did apt-get install libapache-asp-perl and get this

root@suprtech:~# apt-get install libapache-asp-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache-asp-perl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@suprtech:~#
 
Back
Top