• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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