Softaculous


Topic : Ampps on Linux. Required PHP extension not found


Posted By: FitzgeraldFox on October 13, 2016, 3:43 pm
I work with Ampps 3.6 on Linux. I installed default Ampps, then I change php version to 7.0, then I try to install CMS Modx and get an errors:
Required PHP extension not found : gd
Required PHP extension not found : curl
Required PHP extension not found : zlib
Required PHP extension not found : pdo_mysql

For the sake of an experiment, I try to install Wordpress.
And I get this error:
The MySQL Connection could not be established.

And then I try to install Joomla and again get an error:
Required PHP extension not found : mysqli

I decide to check, exists these extensions or not. I go to ampps/php-7.0/lib/extensions/ext and find here all required extensions.
Why these extensions can't be found?

Posted By: Rishi_P on October 18, 2016, 7:16 am | Post: 1
Hi,

Open Ampps Control Panel --> PHP Settings --> Extensions.

Select Following extensions and click on Apply.

gd.so
curl.so
zlib.so
pdo_mysql.so
mysqli.so

Posted By: foreverme on December 9, 2016, 7:44 pm | Post: 2
Same issue here. Trying to install OwnCloud on Nginx and php5.5.   

The following errors were found :
Required PHP extension not found : zlib

so I
Code
yum install zlib-devel

and
Code
rpm -ql zlib

shows :
Board Image
Still wont work.

Posted By: Rishi_P on December 21, 2016, 5:10 am | Post: 3
Hi,

What is output of following command.
/usr/local/ampps/php/bin/php -m

Posted By: foreverme on December 21, 2016, 8:01 am | Post: 4
I already gave up.
Webuzo + Nginx + Owncloud is not possible.

I used NextCloud...and im so glad i did. 10 times better.
And it works very well with nginx.

Also, nginx is a big pain with webuzo as the .conf resets itself.
All these services need special .conf so dissable webuzo updates.
And you have to manually write the Nginx conf for each domain change.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.