/libexec/ld-elf.so.1: Shared object "libintl.so.9" not found, required by "gmake"
[server]# gmake
/libexec/ld-elf.so.1: Shared object "libintl.so.9" not found, required by "gmake"
[server]# /usr/libexec/locate.updatedb
[server]# locate libintl.so
/usr/local/lib/libintl.so
/usr/local/lib/libintl.so.8
[server]# ln -s libintl.so.8 /usr/local/lib/libintl.so.9
[server]# gmake
gmake: *** No targets specified and no makefile found. Stop.