Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: This was requested by few users - filing a bug for tracking this. Hello, I need php_depend analyzer on jenkins. I am installing it this way on .openshift/deplist.txt file: pear.pdepend.org/PHP_Depend but by default it requires Imagemagick on dependencies. It cant install imagemagick because: Installing '/usr/lib64/php/modules/imagick.so' ERROR: failed to write /usr/lib64/php/modules/imagick.so (copy(/usr/lib64/php/modules/imagick.so): failed to open stream: Permission denied) so I decide maybe I can in some way to set --onlyreqdeps for pear package, that will not install optional dependencies(imagemagick) ?? I tried to use on deplist.txt file this command: pear.pdepend.org/PHP_Depend --onlyreqdeps but it doesnt work. How I can solve this problem? maybe there is some way how to install imagemagick lib ? https://openshift.redhat.com/community/forums/openshift/jenkins-phpdepend-deps#comment-25295 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PECL ImageMagic module will be installed in our systems at the end of this development cycle. *** This bug has been marked as a duplicate of bug 884865 ***