• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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