• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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