geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 441 forks source link

Source build for PHP 7.4 GD support requires `--enable-gd` instead of `--with-gd` #307

Closed geerlingguy closed 3 years ago

geerlingguy commented 4 years ago

Apparently without changing that parameter, you end up with GD not being enabled on the PHP installation (and therefore, applications like Drupal won't be installable).

geerlingguy commented 4 years ago

When trying to build a drupal project with composer I was getting:

drupal/core 9.1.x-dev requires ext-gd * -> the requested PHP extension gd is missing from your system.

It seems compiling with --enable-gd resolved that issue.

stale[bot] commented 4 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 3 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.