スポンサーリンク 概要 †
インストール †debian:~# cd /tmp/ debian:~# mkdir php5 debian:~# cd php5 debian:~# aptitude update debian:~# apt-get build-dep php5 debian:~# sudo apt-get install devscripts debian:~# sudo apt-get install fakeroot debian:~# sudo apt-get install shtool debian:~# apt-get source php5 debian:~# cd php5-5.2.0+dfsg/ debian:~# emacs debian/rules --with-gd=shared,/usr --enable-gd-native-ttf \ ↓ --with-gd=shared --enable-gd-native-ttf \ debian:~# debchange -i debian:~# dpkg-buildpackage -rfakeroot 〜ここでしばらく、いや、かなり時間がかかる〜 debian:~# sudo dpkg -i ../*.deb debian:~# dpkg -l debian:~# /etc/init.d/apache2 restart phpinfo †
参考 †
ImageRotate GDライブラリ php5 使えない Debian エラー スポンサーリンク |