Topic: php-55 and httpd-2.4.9

Hello,

I'm running into a magic number issue with the remi55 repo and my locally built hxxpd 2.4.9. Obviously the mmn is different but it seems that the installation is dependent on a much older mmn than that which is installed under hxxpd 2.4.9

The problem is observed here:

Error: Package: php-5.5.14-1.el6.remi.x86_64 (remi-php55)
           Requires: hxxpd-mmn = 20051115
           Installed: hxxpd-2.4.9-1.x86_64 (installed)
               hxxpd-mmn = 20120211
           Available: hxxpd-2.2.15-29.el6.centos.x86_64 (base)
               hxxpd-mmn = 20051115
           Available: hxxpd-2.2.15-30.el6.centos.x86_64 (updates)
               hxxpd-mmn = 20051115


I had seen this post here forums dot famillecollet dot com_viewtopic.php?id=1730 regarding the use of another php httpd module instead but doesn't php still need to exist on the system as well for hxxpd to do this?

Thanks for your time!

Re: php-55 and httpd-2.4.9

If you build your own httpd, you also need to build your own php.
Or don't installl php (which is mod_php) but only php-fpm.

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: php-55 and httpd-2.4.9

Notice RHSCL 1.1 (and soon centos-scl) provides httpd24 and php55 as SCL, which is, I think, the better way to install httpd 2.4 on EL-6.

RHEL/CentOS-7 also provides httpd 2.4.

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