Skip to Main Content

DevOps, CI/CD and Automation

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!

Modular Dependency Problem

User_CTIAODec 15 2022

Trying to build a docker container but im getting an error when it runs the command `dnf module enable -y php:7.4 php-oci8`
it says

Error: Problems in request:
Modular dependency problems:

Problem: module php-oci8:21c:8060020221011134100:34611983.x86_64 requires module(php:8.0), but none of th e providers can be installed

  • module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0: 8060020211215065547:0a326c83.x86_64
  • module php:8.0:8060020211215065547:0a326c83.x86_64 conflicts with module(php:7.4) provided by php:7.4: 8030020200615123046:a4870ff1.x86_64
  • module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0: 8060020220622070726:5caa48ff.x86_64
  • module php:8.0:8060020220622070726:5caa48ff.x86_64 conflicts with module(php:7.4) provided by php:7.4: 8030020200615123046:a4870ff1.x86_64
  • module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0: 8070020220801083134:afd00e68.x86_64
  • module php:8.0:8070020220801083134:afd00e68.x86_64 conflicts with module(php:7.4) provided by php:7.4: 8030020200615123046:a4870ff1.x86_64
  • conflicting requests

Previously it was working but when I try to build again today,Ii'm getting an error

Comments
Post Details
Added on Dec 15 2022
3 comments
663 views