• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Problem OCI installation

Erwan

Regular Pleskian
Hello,

I tried to install OCI on a Plesk Onyx / Centos 7 with PHP but i've this message

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_oci8_12c.dll'

And OCI doesn't work.

Do you know or is there a call to this file? This is not the one to use but I can not find anything in php.ini....
 
Hi Erwan,

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_oci8_12c.dll'
Pls. note, that "*.dll" - files are for WINDOWS - based systems, while you use CentOS 7 - a linux based system. Consider to use the correct include as for example:
Code:
extension=oci8.so
and avoid to uncomment examples like "extension=php_oci8_12c.dll"
 
Back
Top