tacruc / gpgmailer

Send encryped emails to registered users
GNU Affero General Public License v3.0
17 stars 4 forks source link

library gnupg is not available. #21

Open Bromptonaut opened 3 years ago

Bromptonaut commented 3 years ago

Ubuntu 21.04, Nextcloud 21.0.1 snap from Ubuntu Software.

https://github.com/tacruc/gpgmailer/issues/9

https://github.com/tacruc/gpgmailer/issues/7

I installed php-gnupg with sudo apt install php-gnupg (php-common php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-phpdbg php7.4-readline) following reboot. gnupg 2.2.20-1ubuntu1.1 installed However, there is still the message: App "GPG Mailer" cannot be installed because the following dependencies are not fulfilled: The library gnupg is not available. What can I do here? Anyway, thank you for this app. It adds a lot of value to nextcloud!

Iodok commented 3 years ago

The app still cannot be installed, because of the missing dependancy. That is a pitty because that could be a very good addition to the mailer in Nextcloud. Isn't there a way to show the app where the librarie reside? Iodok

andrewborell commented 2 years ago

Late to th party. You probably have to install the specific version then. i.e. apt install php7.4-gnupg and if you dont know what version then php -v will usually tell you the active version of php. After installing, restart apache2 and maybe fpm for good measure. i.e. sudo systemctl restart apache2 php7.4-fpm