Resolving PHP dependency for RPM package when using RHSCL PHP 5.6

Posted on

Need install some app via rpm on system with rhscl subscription. Rh-php56 and httpd24 installed.
During installation application resolves dependency for php and httpd:
error: Failed dependencies:
php >= 5.4.0 is needed by lbweb-common-2.17.0-1.noarch
php-cli is needed by lbweb-common-2.17.0-1.noarch
php-common is needed by lbweb-common-2.17.0-1.noarch
webserver is needed by lbweb-common-2.17.0-1.noarch
All needed packages already installed.

What steps to resolve this?

Thanks for any help.

Responses