NuxOra – Linux and Oracle IT website

Admistration, configuration, déploiement, optimisation et tuning.

LAMP – Linux Apache Mysql PHP

Pour Mysql

pour la socket de connexion
mkdir /var/lib/mysql
ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock

puis decompresser le binaire de mysql dans /usr/local/mysql
Pour Apache

Decompresser apache dans un repertoire temporaire, et lancer
./configure –prefix=/usr/local/apache –enable-module=all –enable-shared=max
make
make install
Pour PHP

Decompresser php dans un repertoire temporaire, et lancer
./configure -prefix=/usr/local/php  –with-oci8=instantclient,/usr/local/oracle/instantclient_10_2 –with-mysql=/usr/local/mysql –with-gd –with-jpeg –with-png –with-zlib –enable-session –enable-spl –enable-sigchild –with-pcre-regex –enable-ftp –with-apxs=/usr/local/apache/bin/apxs –with-config-file-path=/usr/local/apache/conf

make
make install

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>