I installed cfengine via /stand/sysinstall without problems (today even from ftp.freebsd.org, to make sure that it's the most current version). Invoking /usr/local/sbin/cfengine, however, results in ld.so failed: Can't find shared library "libwrap.so.7.6" How-To-Repeat: alkaid[62]:~% ldd /usr/local/sbin/cfengine /usr/local/sbin/cfengine: -lwrap.7 => not found (0x0) -lm.2 => /usr/lib/libm.so.2.0 (0x20063000) -lc.3 => /usr/lib/libc.so.3.1 (0x2007d000)
Responsible Changed From-To: freebsd-ports->jseger jseger is port maintainer. Looks like the configure script picked up libwrap but it's not in LIB_DEPENDS.
State Changed From-To: open->closed There was a missing dependency on tcp_wrappers. The new version of the port has been fixed. To solve the problem on your machine, pkg_add tcp_wrappers .