1: 2016-09-18 (Sun) 15:11:18 iseki  |
Cur: 2016-09-18 (Sun) 15:19:10 iseki  |
| ** MagickWand [#u52b8ffd] | | ** MagickWand [#u52b8ffd] |
| + | - ImageMagick のオプション機能 |
| + | - Sloodle の PDFアップロードで必要 |
| + | #br |
| + | *** Install [#s79783cf] |
| + | **** PHP のソースを展開 [#n718ec84] |
| + | #br |
| + | |
| + | **** ImageMagick のインストール [#z9bcdf02] |
| + | - MagickWandForPHP-1.0.9 の場合は ImageMagick-6.8.5 でOK (7.0.9だとコンパイルエラーを起こす) |
| + | |
| + | # wget www.imagemagick.org/download/releases/ImageMagick-6.8.5-10.tar.xz |
| + | # xzcat ImageMagick-6.8.5-10.tar.xz |tar xfv - |
| + | # cd ImageMagick-6.8.5-10 |
| + | # ./configure |
| + | # make |
| + | # make install |
| + | #br |
| + | |
| + | **** MagickWand のインストール [#tb2c2d90] |
| + | |
| + | # wget www.magickwand.org/download/php/MagickWandForPHP-1.0.9-2.tar.bz2 |
| + | # bzcat MagickWandForPHP-1.0.9-2.tar.bz2 |tar xfv - |
| + | # mv MagickWandForPHP-1.0.9 (PHPのソースディレクトリ)/ext/magickwand |
| + | # cd (PHPのソースディレクトリ)/ext/magickwand |
| + | # phpize |
| + | # cd ../.. |
| + | # mv configure configure- |
| + | # ./buildconf --force |
| + | # ./configure --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-pdo-mysql=/usr/local/mysql --with-apxs2=/usr/sbin/apxs --with-openssl --with-zlib=/usr --enable-mbstring --with-iconv --enable-intl --enable-zip --enable-soap --enable-pcntl --enable-sockets --with-curl --with-xmlrpc --with-gd --with-jpeg-dir --with-png-dir --enable-opcache --enable-soap --with-gd --with-freetype-dir=/usr --with-magickwand=/usr/local |
| + | # make |
| + | # make install |
| + | #br |
| + | #br |
|
Today : |
    |
Yesterday : |
    |
Total : |
        |
|
|