自分用メモ PHPインストール

Posted in PHP

こんにちわ!isamです。

今日のエントリは忘れっぽい自分へのメモです。

PHPインストール(ソース)編(Fedora, CentOS)

PHPを落としてきていると仮定して話を進めます。
まず先にPHPのインストールと実行に必要な各種ライブラリをyumで落とします。

[]# yum -y install flex libxml2-devel
[]# yum -y install zlib-devel libpng-devel
[]# yum -y install libjpeg-devel

PHPのインストールを開始します。

[/usr/local/src/php-5.x.x]# ./configure –prefix=DIR \
> –enable-mbstring –enable-ftp \
> –with-apxs2=DIR/bin/apxs \
> –with-gd –with-zlib –with-jpeg-dir \
> –with-pgsql=DIR –with-mysql=DIR \
> –with-pear=DIR

[/usr/local/src/php-5.x.x]# make && make install

以上でPHPのインストールは完了!

Posted by isam   @   23 5月 2010

Like this post? Share it!

RSS Digg Twitter StumbleUpon Delicious Technorati

0 Comments

No comments yet. Be the first to leave a comment !
Leave a Comment

Name

Email

Website

Previous Post
«
Next Post
»
Powered by Wordpress   |   Lunated designed by ZenVerse