ici, nous allons procéder à l'installation de PHP, puis sa configuration avec Apache en tant que CGI (Common Gateway Interface).
cd /home/postgres/src
wget http://www.01map.net/download/sources/php-4.3.11.tar.bz2
tar xvjf php-4.3.11.tar.bz2
cd php-4.3.11
./configure --enable-fastcgi --with-config-file=/var/www/php.ini --with-gd=/usr
--with-pdflib=/usr/local --with-png-dir=/usr --with-freetype-dir=/usr --with-zlib=/usr --with-pgsql
--with-regex=system --enable-dbase --enable-dbx --with-jpeg-dir=/usr --enable-versioning
make
make install
wget http://www.01map.net/download/sources/php-4.3.11.tar.bz2
tar xvjf php-4.3.11.tar.bz2
cd php-4.3.11
./configure --enable-fastcgi --with-config-file=/var/www/php.ini --with-gd=/usr
--with-pdflib=/usr/local --with-png-dir=/usr --with-freetype-dir=/usr --with-zlib=/usr --with-pgsql
--with-regex=system --enable-dbase --enable-dbx --with-jpeg-dir=/usr --enable-versioning
make
make install
Si on souhaite vérifier que PHP a été installé, on effectuera le test suivant php-config --version
qui nous renverra 4.3.11
.
Posted in version imprimable | Vous devez vous connecter ou vous enregistrer pour écrire des commentaires | 4630 lectures
Posté par testeur_drupal le 12 Décembre, 2005 - 15:25.