odin's small box
PHP5.4 �̐V�@�\���������߂� �C���X�g�[�����Ă݂܂��B
�\�[�X�̃_�E�����[�h�B
$ wget http://jp.php.net/get/php-5.4.0.tar.gz/from/this/mirror \
-O php-5.4.0.tar.gz
�𓀁B
$ tar xzvf php-5.4.0.tar.gz $ cd php-5.4.0/
configure
����� /usr/local/php540 �ɓ���܂��B
$ ./configure --prefix=/usr/local/php540
���̂悤�ȃG���[���o���̂� libxml2 �����܂����B
configure: error: xml2-config not found. Please check your libxml2 installation.
$ sudo apt-get install libxml2 libxml2-dev
�ēx configure �B
$ ./configure --prefix=/usr/local/php540
make & make install �B
$ make $ make test $ sudo make install
make test �ŃG���[���o����ł��� ����͐V�@�\�̂��������ړI�Ȃ̂� �Ƃ肠�����C���X�g�[���I���B