Open Titeuf49 opened 6 years ago
Hi, Up please, thank you
lol just google search
https://stackoverflow.com/questions/46378017/install-php5-6-in-debian-9
after install depot replace php5 pacquage name by php5.6
eg php5-curl becomes php5.6
command for install rapidleech
if php5 paquage present for update
apt-get -y purge libapache2-mod-php5 php5-common php5-cli php5-mysql php5-gd php5-mcrypt php5-curl php-pear php5-imap php5-xmlrpc php5-xsl php5-intl
install php5.6 for rapidlecch based ubuntu doc
apt-get -y install apache2 libapache2-mod-php php-common php-cli php-mysql php-gd php-curl php-pear php-imap php-xmlrpc php-intl php-dev apt-get -y install libapache2-mod-php5.6 php5.6-common php5.6-cli php5.6-mysql php5.6-gd php5.6-mcrypt php5.6-curl php5.6-imap php5.6-xmlrpc php5.6-xsl php5.6-intl php5.6-dev php5.6-gd php5.6-tidy php5.6-imagick
use php 5.6 by default on serveur and apache
a2dismod php7 a2dismod php7.0 a2dismod php7.1 a2dismod php7.2 a2dismod php7.3 a2dismod php7.4 a2dismod php7.5 a2dismod php7.6 a2dismod php7.7 a2dismod php7.8 a2dismod php7.9 a2dismod php5.5 a2dismod php5.4 a2dismod php5.3 a2dismod php5 a2enmod php5.6
rm -rf /etc/php5 ln -s /etc/php/5.6 /etc/php5 service apache2 restart update-alternatives --set php /usr/bin/php5.6 update-alternatives --set phpize /usr/bin/phpize5.6 update-alternatives --set php-config /usr/bin/php-config5.6
Hello, Is the latest version of rapidleech compatible with this: Linux Plesk Onyx (Debian 9 "Stretch") (64bit) PHP Version 7.x
If so can you tell me how to make rapidleech work please. Thank you for your answers