I'm trying to install the extension oci8 and pdo_oci from oracle to connect to the database, I did the whole process normally but this error appears when I remove the ; of the extensions in php.ini
Warning message:
[06-Jan-2022 10:12:20] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_oci' (tried: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/pdo_oci (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/pdo_oci: cannot open shared object file: No such file or directory), /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/pdo_oci.so (/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/pdo_oci.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
I followed this process here for the configuration:
https://gist.github.com/Yukibashiri/cebaeaccbe531665a5704b1b34a3498e
What is the correct process?