usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.55k stars 601 forks source link

Gnupg php package is missing #184

Closed franciscopaniskaseker closed 4 years ago

franciscopaniskaseker commented 4 years ago

I am trying to installing Passbolt solution, but I am getting:

PHP Fatal error:  You must enable the gnupg extension to use Passbolt.

CentOS 7.7.

The problem is lsphp* packages does not provide gnpupg extension for php.

usmannasir commented 4 years ago

You can install this extension manually

/usr/local/lsws/lsphpXX/bin/pecl install gnupg

In the command above, replace XX with your php version like 71

arvindjkhr commented 2 years ago

PECL is not available in new version of PHP now.

image