Topic: httpd-mmn version error

Hello,

I encountered this error while installing PHP.
The ht tpd was built by myself using rpmbuild because I need mod_proxy_fcgi which is not available in ht tpd 2.2.

Error: Package: php-5.4.15-1.el6.remi.x86_64 (remi)
    Requires: ht tpd-mmn = 20051115
    Installed: ht tpd-2.4.4-1.x86_64 (installed)
        ht tpd-mmn = 20120211
    Available: ht tpd-2.2.15-26.el6.centos.x86_64 (base)
        ht tpd-mmn = 20051115
    Available: ht tpd-2.2.15-28.el6.centos.x86_64 (updates)
        ht tpd-mmn = 20051115

How to solve the problem?

Besides, the forum doesn't let me post my message with many "httpd" inside. it says I got too many links.

Re: httpd-mmn version error

If you want to use mod_proxy_fcgi, so probably php-fpm, you don't need php (which is mod_php, for apache 2.2)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: httpd-mmn version error

Understood. Thank you for clarifying. smile