• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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