Adding imagick.so to php config.
This commit is contained in:
parent
6f9c6bf57b
commit
c9437019c1
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ Once you've confirmed that your cloud account is set up, you can get started on
|
||||||
yum install httpd httpd-devel php php-devel php-common php-curl php-gd php-mcrypt pcre pcre-devel ImageMagick php-magickwand php-pecl-imagick ImageMagick-devel php-pear php-mysql
|
yum install httpd httpd-devel php php-devel php-common php-curl php-gd php-mcrypt pcre pcre-devel ImageMagick php-magickwand php-pecl-imagick ImageMagick-devel php-pear php-mysql
|
||||||
pecl channel-update pecl.php.net
|
pecl channel-update pecl.php.net
|
||||||
pecl install imagick
|
pecl install imagick
|
||||||
|
echo "extension=imagick.so.so" > /etc/php.d/imagick.so.ini
|
||||||
pecl install apc
|
pecl install apc
|
||||||
echo "extension=apc.so" > /etc/php.d/apc.ini
|
echo "extension=apc.so" > /etc/php.d/apc.ini
|
||||||
pecl install oauth
|
pecl install oauth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue