Bug 7804 - cfengine (as installed by /stand/sysinstall) lacks libwrap.7
Summary: cfengine (as installed by /stand/sysinstall) lacks libwrap.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: jseger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-09-02 08:10 UTC by pfeifer
Modified: 1998-12-10 02:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pfeifer 1998-09-02 08:10:00 UTC
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)
Comment 1 Bill Fenner freebsd_committer freebsd_triage 1998-10-25 19:38:08 UTC
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. 
Comment 2 jseger freebsd_committer freebsd_triage 1998-12-10 02:13:26 UTC
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 
.