1

Topic: iredmail 090 postgresql93 error

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: 0.9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):pgsql
- Linux/BSD distribution name and version: freebsd 10.0
- Related log if you're reporting an issue:
====
hello i have been using iredmail 0.87 whit out problems on freebsd 9.x but now im trying 0.9.0  on freebsd 10 and it stop with error compiling postgresql93-server

hecking for libintl.h... yes
checking for msgfmt... no
configure: error: msgfmt is required for NLS
===>  Script "configure" failed unexpectedly.
Please report the problem to pgsql@FreeBSD.org [maintainer] and attach the
"/var/ports/basejail/usr/ports/databases/postgresql92-client/work/postgresql-9.2.9/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

I have changed the version of postgresql to 9.2 from iredmail files and it steel with the same error.
Sorry about my English....and thanks

----

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

2

Re: iredmail 090 postgresql93 error

hello searching deeper i found that the error "msgfmt is required for NLS " while compiling
postgresql 93 / 92 can be fixed installing "gettext" package first (msgfmt is part of).
so good news!!

3

Re: iredmail 090 postgresql93 error

Looks like a port issue. If postgresql requires 'gettext', it should be listed as a dependency and installed automatically before installing postgresql.