GDもImageMagicも入れてなかったのでPHPを再コンパイルしてみた。
1
2
3
4
|
make distclean
./configure
make
make install
|
オプションはこんな感じっす
1
|
--prefix=/usr/local/php4 --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib --enable-mbregex --enable-mbstring --enable-mbstr-enc-trans --enable-versioning --enable-zend-multibyte --with-mysql=/usr/local/mysql --with-curl --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-magickwand=/usr/lib
|
なんの問題もなく動いているっぽいです。
よかったよかった。