Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install imagick extension and magickwand extension for php on centos system

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "how to install imagick extension and magickwand extension for php on centos system". In daily operation, I believe many people have doubts about how to install imagick extension and magickwand extension for php on centos system. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the question of "how to install imagick extension and magickwand extension for php on centos system". Next, please follow the editor to study!

1. Program preparation

ImageMagick [http://www.imagemagick.org/script/download.php]

Imagick [http://pecl.php.net/package/imagick]

MagickWand For PHP [http://www.magickwand.org/]

two。 Installation program

1) install ImageMagick (skip if it is already installed). Here, take the latest version of ImageMagick-6.7.5-5.tar.gz as an example

The code is as follows:

Tar zxvf ImageMagick-6.7.5-5.tar.gz

Cd ImageMagick-6.7.5-5

. / configure

Make

Make install

Ldconfig / usr/local/lib

At this point, the installation path defaults to / usr/local.

2) configure pkgconfig-related parameters [skip if processed]

The code is as follows:

Ln-s / usr/local/lib/pkgconfig/MagickWand.pc / usr/lib/pkgconfig/MagickWand.pc

Ln-s / usr/local/lib/pkgconfig/ImageMagick.pc / usr/lib/pkgconfig/ImageMagick.pc

3) install imagick [here take the latest version 3.1.0 RC1 as an example]

The code is as follows:

Tarzxvfimagick-3.1.0RC1.tgz

Cdimagick-3.1.0RC1

/ usr/local/webserver/php/bin/phpize

. / configure--enable-shared--enable-static--with-php-config=/usr/local/webserver/php/bin/php-config--with-imagick=/usr/local/

Make

Makeinstall

4) install MagickWandForPHP [here take the latest version 1.0.9 as an example]

The code is as follows:

TarzxvfMagickWandForPHP-1.0.9.tar.gz

CdMagickWandForPHP-1.0.9

/ usr/local/webserver/php/bin/phpize

. / configure--enable-shared--enable-static--with-php-config=/usr/local/webserver/php/bin/php-config--with-magickwand=/usr/local/

Make

Makeinstall

3. When the compilation is complete, add the generated file to php.ini!

At this point, the study on "how to install imagick extension and magickwand extension for php on centos system" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report