Topic: Missing Dependencies for mbstring & gd

Hi,
for a Microsoft PHP SQL Driver Installation on one of our RHEL 8 Systems, I have to use the Remi PHP Repo.
First, thank you for this, it's a great project :-)

I have added the modular Repo to our Satellite.
https://rpms.remirepo.net/enterprise/8/modular/x86_64/
I followed the Instructions from MS for the Installation and set the Remi Repo as the standard php module.
PHP works fine, but now I have to install some extensions and it failed for php-mbstring and php-gd.
For mbstring I need "oniguruma5php" and for gd it's "gd3php".
Both aren't in the modular repo.

Manually install isn't a solution.
Do I have overseen something?
Do you still need to add a remi repository to use everything?

Thanks in advance.

Best regards

Re: Missing Dependencies for mbstring & gd

For dependencies, you need "remi-safe" enabled by default when following the wizard instructions.

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: Missing Dependencies for mbstring & gd

Thanks for the quick answer.
I saw it in the wizard Instruction, but in which repo-stream contains the remi-safe?
I only have these moduls in the https://rpms.remirepo.net/enterprise/8/modular/x86_64/ on our Satellite/Katello:
composer     1
composer     2
php     remi-7.2
php     remi-7.3
php     remi-7.4
php     remi-8.0
php     remi-8.1
php     remi-8.2
redis     remi-5.0
redis     remi-6.0
redis     remi-6.2
redis     remi-7.0

I can't do it exactly as in the instruction, because our server have no direct connection to the internet. For this we have our RedHat Satellite Server, which is based on a katello/foreman.
So I have to add a syncronized copy of the repo in this, but which I have to add additional to the remi-modular to get the remi-safe repo?

Re: Missing Dependencies for mbstring & gd

See https://rpms.remirepo.net/enterprise/8/safe/x86_64/

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: Missing Dependencies for mbstring & gd

Thanks, thats worked for me as I want :-)