getting errors on PHP startup with Drupal DevPortal: No such file or directory

Not applicable

Hello, im getting the following errors on the devportal

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysql.so' - libmysqlclient.so.16: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqli.so' - libmysqlclient.so.16: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/pdo_mysql.so' - libmysqlclient.so.16: cannot open shared object file: No such file or directory in Unknown on line 0 PHP 5.3.3 (cli) (built: Dec 15 2015 04:52:58) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

kindly advise.

Regards,

0 1 126
1 REPLY 1

Hi John

Are you running your own devportal? OPDK?

It looks to me from the stack trace that you are using PHP 5.3.3. I think the errors you are seeing might be because you are running an older version of PHP. You might also have outdated versions of other software in the stack as well.

According to https://docs.apigee.com/release/supported-software , you need to be running PHP 7.0 at a minimum.

What version of Edge do you have? Have you gone through the installation steps as documented here?:
https://docs.apigee.com/private-cloud/v4.17.09/developer-services-portal-installation

If you follow the instructions you should be able to get the current, supported software stack.