Les paquets utiles:
- g++
- libstdc++
- apache2
- apache2-mpm-prefork
- apache2-mpm-prefork-dev
- automake
- mcrypt
- libmcrypt-dev
- libpng
- libpng-dev
Le configure
Methode oldfashion du tout ce qui est non standard dans /opt donc :
./configure --prefix=/opt/php --exec-prefix=/opt/php --with-apxs2=/usr/bin/apxs2 --with-config-file-path=/etc/php/ --disable-ipv6 --with-curl --enable-ftp --with-gd --enable-intl --enable-mbstring --with-mcrypt --with-mhash --with-mysql=/opt/mysql --with-mysqli=/opt/mysql/bin/mysql_config --with-pdo-mysql=/opt/mysql --enable-soap --with-pear --with-xsl --with-zlib --with-openssl
Build
make make test
Installation
Installation un peu forcée car l’installeur plante sur une modification de la conf apache (il faudra la faire manuellement).
make install --ignore-errors