1

Topic: can't install 0.9.8 on FreeBSD 11.1

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====Try to install this mail server on FreeBSD 10.4 and 11.1 but get same error:

48 warnings and 7 errors generated.
error: command 'cc' failed with exit status 1
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/security/py-cryptography
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/net/py-urllib3
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/www/py-requests
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/textproc/py-sphinx
*** Error code 1

Stop.
make: stopped in /usr/ports/www/py-beautifulsoup
<< ERROR >> Port was not successfully installed, please fix it manually and then re-execute this script.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: can't install 0.9.8 on FreeBSD 11.1

Hi.

You can install via pkg

pkg install py27-cryptography.

Works for me.

3

Re: can't install 0.9.8 on FreeBSD 11.1

I cannot believe that FreeBSD port maintainer didn't fix this for such a long time ...

4

Re: can't install 0.9.8 on FreeBSD 11.1

pkg install py-sphinx - solved this issue
Thank you so much.