1

Topic: OpenBSD install with built-in ldap selection fails on openldap install

Hello;

--- openldap-client-2.4.40p1 -------------------
Can't install openldap-client-2.4.40p1: not found

Trying to install iRedMail on OpenBSD 5.7 fails at the end with this. However, I didn't choose the OpenLDAP option, verified in my tmux buffer:

(*) ldapd       The_OpenBSD_built-in_LDAP_server             
( ) OpenLDAP    An_open_source_implementation_of_LDAP_protocol
( ) MariaDB     An_enhanced,_drop-in_replacement_for_MySQL   
( ) PostgreSQL  Powerful,_open_source_database_system

This is with the latest stable version of iRedMail.

==== Required information ====
- 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?
- Related log if you're reporting an issue:
====

----

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

2

Re: OpenBSD install with built-in ldap selection fails on openldap install

This was fixed days ago. please fine below line in file 'functions/packages.sh':

            ALL_PKGS="${ALL_PKGS} openldap-client${OB_PKG_OPENLDAP_VER} mariadb-server mariadb-client p5-ldap p5-DBD-mysql"

Remove 'openldap-client${OB_PKG_OPENLDAP_VER} ', save your change, then re-execute iRedMail installer:

# bash iRedMail.sh

3

Re: OpenBSD install with built-in ldap selection fails on openldap install

Thanks, these instructions worked great.