[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Re: MISERE A INSTALLER PHP+APACHE+MYSQL (C'est URGENT)



Je viens tout juste d'installer PHP4, Apache et MySQL.

Voici les étapes que j'ai suivi:
Installer le package binaire de MySQL:
MySQL 3.23.49a Linux (Intel libc6 systems) (9.3M) Download
Voir sur www.mysql.com dans download
Tu le "unzip" et le tour est joué.
Je te suggère quand même de regarder les sections 2.1.2.1
et 2.4 de http://www.mysql.com/documentation/mysql/bychapter/


J'ai installé PHP et Apache à partir des sources en examinant
la doc de PHP. (Fichier INSTALL lorsque tu "unzip" le package)

QUICK INSTALL (Static)

$ gunzip -c apache_1.3.x.tar.gz | tar xf -
$ cd apache_1.3.x
$ ./configure
$ cd ..

$ gunzip -c php-4.1.x.tar.gz | tar xf -
$ cd php-4.1.x
$ ./configure --with-mysql --with-apache=../apache_1.3.x
$ make
$ make install

$ cd ../apache_1.3.x
$ ./configure --prefix=/www --activate-
module=src/modules/php4/libphp4.a
 (The above line is correct!  Yes, we know libphp4.a does not 
exist at this
  stage.  It isn't supposed to.  It will be created.)
$ make
 (you should now have an httpd binary which you can copy to your 
Apache bin dir\
 if
  is is your first install then you need to "make install" as 
well)
$ cd ../php-4.1.x
$ cp php.ini-dist /usr/local/lib/php.ini
You can edit /usr/local/lib/php.ini file to set PHP options.
Edit your httpd.conf or srm.conf file and add:
  AddType application/x-httpd-php .php

Le tout a très bien fonctionné