Skip to content

ini file doesn't exist under /etc/php/8.1/mods-available #327

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

Closed
MacSim75 opened this issue Aug 30, 2022 · 1 comment · Fixed by #325
Closed

ini file doesn't exist under /etc/php/8.1/mods-available #327

MacSim75 opened this issue Aug 30, 2022 · 1 comment · Fixed by #325
Labels
bug confirmed Bug reproduced and qualified information Issue still active to avoid duplicate (information about deprecated version, workaround, doc...)

Comments

@MacSim75
Copy link

MacSim75 commented Aug 30, 2022

I am using thecodingmachine/php:8.1-v4-apache image in my CI.
It was working fine until today - no changes on our side - but I am now having warnings about ini files which doesn't exist under /etc/php/8.1/mods-available when the job tries to enable the mods.

$ sudo phpenmod bcmath gd
WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
WARNING: Module gd ini file doesn't exist under /etc/php/8.1/mods-available
WARNING: Module gd ini file doesn't exist under /etc/php/8.1/mods-available

As the mods can't be enabled, my CI job fails and I am unable to run a composer install after that cause some dependencies are missing :

  Problem 1
    - drupal/commerce 2.31.0 requires ext-bcmath * -> it is missing from your system. Install or enable PHP's bcmath extension.
  Problem 2
    - drupal/core 9.4.5 requires ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
@mistraloz mistraloz added bug confirmed Bug reproduced and qualified information Issue still active to avoid duplicate (information about deprecated version, workaround, doc...) labels Aug 30, 2022
@mistraloz
Copy link
Collaborator

Hello. There is a trouble with multiarch build. I hotfixed it just now by a rollback of all images (except php7.2 one) to previous working version. A real fix is expected for tomorrow evening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed Bug reproduced and qualified information Issue still active to avoid duplicate (information about deprecated version, workaround, doc...)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants