I accidentally deleted my opt folder. By reinstalling the missing software, i get most of the stuff running. However /opt/rh/httpd24/root/etc/httpd/modules/librh-php72-php7.so
is still missing for httpd and reinstalling rh-php72-php
doesn't help.
Asked
Active
Viewed 322 times
1 Answers
2
You can just reinstall the package containing the missing file.
yum reinstall /opt/rh/httpd24/root/etc/httpd/modules/librh-php72-php7.so

Michael Hampton
- 244,070
- 43
- 506
- 972
-
When trying install the lib comes the error no matching argument, aka lib seams not found for install – Yann Aug 26 '20 at 23:17
-
@Yann Is that the correct path? Does the package even exist anymore? Maybe it was removed. That is an old unsupported version of PHP. – Michael Hampton Aug 26 '20 at 23:21
-
yes it should I installed it last week, this is the pakage site https://centos.pkgs.org/7/centos-sclo-rh-x86_64/rh-php72-php-7.2.10-3.el7.x86_64.rpm.html – Yann Aug 26 '20 at 23:23
-
Got it was wrong path – Yann Aug 26 '20 at 23:26
-
Nextcloud gives the wrong path in the tutorial, I don't know how I did it las week – Yann Aug 26 '20 at 23:27
-
Thx for your help – Yann Aug 26 '20 at 23:28