Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

php: modular dependency conflict with nginx in OL8

Andrew.GJul 22 2021

OS: Oracle Linux Server release 8.4 (fresh install)
Issue: php module streams depends on nginx:1.14 module stream. Hence php can't be installed on the system with nginx:1.16 and above.
Steps to reproduce:
Install (or enable) nginx:1.18 module stream: dnf module install nginx:1.18
Try to install php: dnf module install php
Excepted result:
Successful php installation
Actual outcome:
php installation failed with the following error:

Modular dependency problems:
 Problem 1: module php:7.2:20190512064024:76554e01-0.x86_64 requires module(nginx:1.14), but none of the providers can be installed

[skipped]

Error: Problems in request:
broken groups or modules: php

Additional information:
Related bug was fixed in upstream - 1708589. For the time being, upstream has only minor, non-blocking issue.

Comments

Post Details

Added on Jul 22 2021
4 comments
1,182 views