Skip to content

Add libmagickwand-dev libmagickcore-dev to cflinuxfs4 php compilation - #75

Merged
sophiewigmore merged 1 commit into
cloudfoundry:mainfrom
brayanhenao:fix-php-build-errors
Aug 1, 2023
Merged

Add libmagickwand-dev libmagickcore-dev to cflinuxfs4 php compilation#75
sophiewigmore merged 1 commit into
cloudfoundry:mainfrom
brayanhenao:fix-php-build-errors

Conversation

@brayanhenao

Copy link
Copy Markdown
Contributor

Context

Latest cflinuxfs4 builds for PHP were failing for the same reason:

checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... Doesn't exist
checking Testing /usr/bin/MagickWand-config... Doesn't exist
checking Testing /usr/sbin/bin/MagickWand-config... Doesn't exist
checking Testing /opt/bin/MagickWand-config... Doesn't exist
checking Testing /opt/local/bin/MagickWand-config... Doesn't exist
checking Testing /opt/homebrew/bin/MagickWand-config... Doesn't exist
configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.

After a quick search, looks like we need to install 2 new packages before the compilation process.

Solution

Add libmagickwand-dev libmagickcore-dev as a dependency package to the PHP Meal recipe.

@sophiewigmore
sophiewigmore merged commit b54badc into cloudfoundry:main Aug 1, 2023
@brayanhenao
brayanhenao deleted the fix-php-build-errors branch August 1, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants