Tested with PC-BSD 9.1 today, and solved with below steps:
*) Deinstall devel/apr1 when you got this issue:
# cd /usr/ports/devel/apr1/
# make deinstall
*) Re-config port options:
# cat >/var/db/ports/apr/options <<EOF
OPTIONS_FILE_SET+=SSL
OPTIONS_FILE_SET+=THREADS
OPTIONS_FILE_SET+=IPV6
OPTIONS_FILE_SET+=DEVRANDOM
OPTIONS_FILE_SET+=BDB
OPTIONS_FILE_SET+=GDBM
OPTIONS_FILE_UNSET+=LDAP
OPTIONS_FILE_SET+=MYSQL
OPTIONS_FILE_UNSET+=NDBM
OPTIONS_FILE_UNSET+=PGSQL
OPTIONS_FILE_UNSET+=SQLITE
OPTIONS_FILE_UNSET+=FREETDS
EOF
*) Try to install iRedMail again:
# bash iRedMail.sh
== UPDATE ==
I updated iRedMail development version for better PC-BSD support:
https://bitbucket.org/zhb/iredmail/comm … a0854e548a
Commit log wrote:
Better PC-BSD support:
- explicitly add port net/openldap24-sasl-client
- Fix incorrect port option of devel/apr1Thanks Lothar <info _at_ digi-quick.de> for the report.
I'm installing iRedMail development edition on PC-BSD 9 right now, compiling, compiling, compiling...
Will let you know the result.