Topic: Fedora 26 and libphp5.so

Hi,

I loaded a fresh install of Fedora 26 and am attempting to use http://rpms.remirepo.net/fedora/remi-release-26.rpm to install PHP 5.6

It works great but I cannot find the libphp5.so so I can use it with Apache.

Any ideas?

Thank You,

PhillipRC

Re: Fedora 26 and libphp5.so

As explained by the wizard, for F26 you have to use the php56 software collection (parallel installation)

So you need the php56-php package which provides mod_php

BTW, I think FPM (php56-php-fpm) is a better solution (and the default configuration starting with upcoming F27)

See:
https://developers.redhat.com/blog/2017 … tion-tips/
https://blog.remirepo.net/post/2016/04/ … orkstation

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: Fedora 26 and libphp5.so

Appreciated man! I am new to PHP and am trying to run some old versions to support a project and your comment about using FPM lead me to your workstation post which was great!

Thank You!