Please kindly help to install php 7.4, I'm using centos 7
Before installing the Php 7.4 this one appears
- Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again .
and whenever I tried to start the php 7.4
this error always appear
Warning message:
/www/server/php/74/sbin/php-fpm: error while loading shared libraries: libsodium.so.23:
cannot open shared object file: No such file or directory
I tried:
- yum install libsodium libsodium-devel -y (no packages available)
- yum install oniguruma - y( Installed)
- executed ldconfig to SSH as root
- uninstalling then recompiling and install.
Hope someone gives advice what to do.
Thanks!