I am running FreeBSD 8.1 and keep getting this message:
Ultimately I am trying to install munin but it is dying on some perl package... So I just reinstalled gettext and that didn't fix it. Fun, fun! The library is right there:
So pg_config is just not looking in the right place? Any suggestions?
Code:
/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "pg_config"
Ultimately I am trying to install munin but it is dying on some perl package... So I just reinstalled gettext and that didn't fix it. Fun, fun! The library is right there:
Code:
[localetc@sumac ~]$ locate libintl.so.8
/usr/local/lib/libintl.so.8
So pg_config is just not looking in the right place? Any suggestions?