I intend to install oci8
for PHP 7.3.4
on a CentOS 7 with a lot of restrictions. For example I have no pecl
etc. I also prefer to run via standard packages rather than strange repositories from fancy but none official URLs.
Here is what I get:
# yum install php-oci8
Loaded plugins: fastestmirror, langpacks, tmprepo
Loading mirror speeds from cached hostfile
* base: centos.gbnetwork.my
* epel: epel.mirror.angkasa.id
* extras: centos.gbnetwork.my
* updates: centos.gbnetwork.my
No package php-oci8 available.
Error: Nothing to do
.
# yum --enablerepo=remi-php73 install php-oci8
Loaded plugins: fastestmirror, langpacks, tmprepo
Error getting repository data for remi-php73, repository not found
What is the solution?