libintl missing on FreeBSD 10.1 system

Marc Balmer marc at msys.ch
Sat Dec 27 10:06:34 UTC 2014


I am trying to compile a piece of software on FreeBSD 10.1 that includes a PostgreSQL server header file, which tries to include libintl.h.  I have the gettext package installed, but this libintl.h header file is missing:

In file included from /usr/local/include/postgresql/server/postgres.h:47:
/usr/local/include/postgresql/server/c.h:101:10: fatal error: 'libintl.h' file
      not found
#include <libintl.h>
         ^
1 error generated.
*** Error code 1

Which package doese provide this file?

Thanks, Marc



More information about the freebsd-pkg mailing list