missing php-imap breaks lamp-server (chapter 6)
See original GitHub issueIn chapter 6, lamp server in nine lines, lamp.yml
fails to provision because of missing php-imap
rpm. This is because the package is in epel which is not enabled.
This seems like a known issue: ansible-role-php #133
Adding the role geerlingguy.repo-epel
at the top in requirements.yml
and lamp.yml
fixes the issue for me.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Setting Up LAMP : Getting Linux, Apache, MySQL, and PHP ...
Chapter 6 : Linux Security. 133. Chapter 7: Electronic Mail. 161. Chapter 8: Apache Web Server: Installation and Configuration.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I didn’t really need the ‘php-imap’ package so it was just a matter of commenting out the variable.
The centos8 epel referenced above doesn’t seem to have php-imap neither, or perhaps I’m missing something 😃