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

How to run plesk with php5 on debian sarge?

B

bilamba78

Guest
Hi,

I need to install plesk with php5 on a debian sarge. How i can do it?

thanks
 
yeah wonderfull !

but it breaks dependancies with plesk packages, so you can't install it without breaking plesk.

so it doesn't work
 
ok i've found how to do this :

add in /etc/apt/sources.list :

deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all
# or the dotdeb repository you want.


#apt-get update
#apt-get install php5 libapache2-mod-php5
#wget http://download1.swsoft.com/Plesk/P...ller_v3.1.0_build061201.02_os_Debian_3.1_i386
#chmod 744 psa_installer_v3.1.0_build061201.02_os_Debian_3.1_i386
#./psa_installer_v3.1.0_build061201.02_os_Debian_3.1_i386

choose plesk 8.0.0

#dpkg --force-depends -r libapache2-mod-php4

#wget http://packages.dotdeb.org/dists/stable/php5/binary-i386/php5_5.2.0-0.dotdeb.3_all.deb
#wget http://packages.dotdeb.org/dists/st...libapache2-mod-php5_5.2.0-0.dotdeb.3_i386.deb

#dpkg -i libapache2-mod-php5_5.2.0-0.dotdeb.3_i386.deb
#dpkg -i php5_5.2.0-0.dotdeb.3_all.deb

then it works. i don't know if it works with plesk 8.1.0. try it ;)
 
i forgot somthing, otherwise it could be some dependancies broken :

#dpkg --force-depends -r psa-php4-configurator
#apt-get install psa-php5-configurator
 
Back
Top