• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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