Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example_centos.rst #2118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sshowers
Copy link

@sshowers sshowers commented Jun 1, 2020

Enable PowerTools before php-devel / zlib-devel install so prerequisites (libedit-devel) can be installed.
Fix ImageMagick install (capitalization) to avoid "not found" error.

Enable PowerTools before php-devel / zlib-devel install so prerequisites (libedit-devel) can be installed.
Fix ImageMagick install (capitalization) to avoid "not found" error.
@@ -82,13 +82,13 @@ Manually building redis/imagick (optional)

::

dnf config-manager --set-enabled PowerTools
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably also recommend installing dnf-plugins-core then upfront for dnf config-manager


dnf install -y Imagemagick ImageMagick-devel

dnf install -y ImageMagick ImageMagick-devel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was fixed in #2143 already so this is not needed anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants