Topic: php-oci8 dependencies

Good day! I updated php and give a lot of errors with oracle after this.

rpm -qR php-oci8
php-pdo = 5.4.19-1.el5.remi
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1

please add
oracle-instantclient-basic >= 12.1
oracle-instantclient-devel >= 12.1
or smth.

Re: php-oci8 dependencies

Sorry but I can't add dependencies to php-oci8...

Yes this is a mess...
But Oracle RPM doesn't provides any valuable things... (such as the usually provided libraries)
And lot of people don't use Oracle RPM... (which I understand... they are so... awfull...) but manual installation.

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: php-oci8 dependencies

Another notice, having oracle-instantclient-basic RPM installed is not enough (as the provided library is not in the default linker path).

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