CentOS 6 Question...

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
evan.blackstone
Posts: 1
Joined: 2016-05-04T07:32:13-07:00
Authentication code: 1151

CentOS 6 Question...

Post by evan.blackstone »

Disclaimer: I'm not an Linux expert, nor am I a web developer. We're currently running a LAMP stack on CentOS (Concrete5 as the CMS, Plesk for admin panel).

How can I be absolutely sure Imagemagick is not in use on my site? I've done the following:

Checked that the CentOS packages (Imagemagick, PHP extension, Perl extention) are not installed.

sudo yum list *Image*
sudo yum list *imagic*
All ImageMagick packages are "Available", not "Installed".

File system searched for anything that looked related:

sudo find / -name "*ImageMagick*"
sudo find / -name "*imagick.so*"
sudo find / -name "*imagemagick*"
sudo find / -name "*ImageMagick*"
sudo find / -name "*imagick.so*"
sudo find / -name "convert" (without the wildcards)
sudo find / -name "policy.xml"

No results on those.


PHPInfo for the actual website does not like imagick module loaded.

Anything else you'd recommend? I'm pretty sure we're in the clear, but I don't want to take any chances. Thanks in advance.
trav
Posts: 5
Joined: 2016-05-04T23:34:14-07:00
Authentication code: 1151

Re: CentOS 6 Question...

Post by trav »

Given what you've checked I'd say you are safe in concluding that ImageMagick isn't installed on the system.
Post Reply