Closed jors closed 1 year ago
Hi @jors
It seem cryptography dependancies must usearm-linux-gnueabihf-gcc
compiler
On your Rapsberry PI, can you exeute these command, and give use the result ?
python --version
And execute this in the python console
>>> import platform
>>> platform.linux_distribution()
Regards,
Hi @kryskool ,
Sure, here you are:
# python --version
Python 2.7.13
>>> import platform
>>> platform.linux_distribution()
('debian', '9.4', '')
Let me know if I can help further.
Kind regards.
@jors Looks like openssl development files are not installed. Can you try to install the openssl-dev package and then rerun the installer?
@tonioo Installed libssl-dev and installation finished successfully, thanks!
Impacted versions
Install type
The recommended way with default settings: https://modoboa.readthedocs.io/en/latest/installation.html#recommended-way
Full trace using --debug option or current behaviour
Expected behavior
Modoboa is installed.