I used svn to get the trunk installer. I am running FreeBSD 7.2-RC1 #1. I am following the freebsd 6.2 guide and the Source install guide.
When I run install.sh, gettext fails to build because it cannot find iconv.h. I do have the libiconv-1.11_1 port installed, and I have found that this does work: % cd build/gettext-0.17 % ./configure --prefix=/usr/local/zenoss --with-libiconv-prefix=/usr/local % gmake If I run configure without --with-libiconv-prefix, gmake fails with the same error that install.sh does. My question is, what is the best method to have install.sh pass the --with-libiconv-prefix to configure, or would it be better to find a file to patch in the gettext build directory? The only thing that I could find in the forums pertained to patching the source files, but i would imagine passing configure a different argument would be easier. But I am a noob when it comes to editing makefiles so I just dont know. Any help would be greatly appreciated. Thanks Cody -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=33534#33534 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
