Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enigma plugin not supported by container #255

Open
sasilen opened this issue Jun 13, 2024 · 1 comment · May be fixed by #271
Open

enigma plugin not supported by container #255

sasilen opened this issue Jun 13, 2024 · 1 comment · May be fixed by #271
Assignees
Labels
bug Something isn't working

Comments

@sasilen
Copy link

sasilen commented Jun 13, 2024

Container is missing gpg binary

PHP Error: Enigma plugin: GPG binary not found. If you are sure the GPG binary is installed, please specify the location of the GPG binary using the 'binary' driver option. in /var/www/html/plugins/enigma/lib/enigma_engine.php on line 91

with alpine, this can be easily fixed by installing needed binary
"apk add gpg"

also there could be default directory defined or environment option for providing enigma_pgp_homedir
eg: $config['enigma_pgp_homedir'] = RCUBE_INSTALL_PATH . '/pgp';

@pabzm pabzm added the bug Something isn't working label Nov 7, 2024
@pabzm
Copy link
Member

pabzm commented Nov 7, 2024

Thank you for the hint! The plugins included in the shipped code should indeed work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants