[HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
tiennm-aoi-sys
Posts: 2
Joined: 2016-10-24T02:49:36-07:00
Authentication code: 1151

[HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Post by tiennm-aoi-sys »

My Server Dev:
OS: Centos 6.7
Web Server: Apache, PHP

I install ImageMagick by:
If you have not installed the epel repository, install it now.

wget http://dl.fedoraproject.org/pub/epel/6/ ... noarch.rpm
rpm -Uvh epel-release-6*.rpm
Next, install the remi repository:

wget http://rpms.famillecollet.com/enterpris ... ease-6.rpm
rpm -Uvh remi-release-6*.rpm
An additional step is required to enable the remi repository:

Use your favorite text editor to open /etc/yum.repos.d/remi.repo. Look for the remi section and find enabled=0 and change it to enabled=1.

Make sure that the required dependencies are installed:

yum install -y gcc php-devel php-pear
Then install ImageMagick:

yum install -y ImageMagick ImageMagick-devel
From: https://www.vultr.com/docs/install-imag ... n-centos-6

And it install Success

I have 1 Server Centos 6.5, 6.6, 6.7 and Install ImageMagick to that server. My Client consufused with me, after install ImageMagick, it affect to system Apache, PHP anh more Service on Server Centos And consufused to Server Security?

Please give me a useful advice!

Thanks very much.
Mahir
Posts: 47
Joined: 2016-10-22T06:58:23-07:00
Authentication code: 1151

Re: [HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Post by Mahir »

hello my friends , I have one problem.
I have installed download and install ImageMagick from same place.
But on my phpinfo section I get:"ImageMagick supported formats has no
value".
Can you help me pls.
Thanks
tiennm-aoi-sys
Posts: 2
Joined: 2016-10-24T02:49:36-07:00
Authentication code: 1151

Re: [HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Post by tiennm-aoi-sys »

please provided for me, your system? i can help you this issue.
Mahir
Posts: 47
Joined: 2016-10-22T06:58:23-07:00
Authentication code: 1151

Re: [HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Post by Mahir »

windows 7, 64 bit
I hope you wil help me :)
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: [HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Post by fmw42 »

Are you trying to use Imagemagick or Imagick? They are different.

In what directory is Imagemagick installed?

Code: Select all

type -a convert
may tell you if you have multiple versions of Imagemagick?

Sorry I know nothing about installing to Linux (Centos).
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: [HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Post by fmw42 »

Did you install Imagemgick from source or from binary distribution? If from source, you have to install all delegates manually from their source files before installing Imagemagick.
Mahir
Posts: 47
Joined: 2016-10-22T06:58:23-07:00
Authentication code: 1151

Re: [HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Post by Mahir »

I am trying use imagick,and I installend in C:\imagemagick directory.
I instaled also from binary distribution.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: [HELP ME] Install ImageMagick in Centos 6.7, Security and affect to system Apache, PHP

Post by fmw42 »

Imagick and Imagemagick are two different things. You need to install Imagemagick first, then Imagick. But I am not an expert on doing either on Windows.
Post Reply