Gentoo Archives: gentoo-dev

From: Tom Syroid <tom@×××××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] OpenSSH/libwrap error RESOLVED
Date: Mon, 21 Oct 2002 18:15:37
Message-Id: 18670000.1035242137@phaedrus.syroidmanor.com
In Reply to: Re: [gentoo-dev] PAM appears B0rked RESOLVED by Marc Chabrol
1 OK, thanks to everyone -- all problems solved. Just completed a full
2 "unstable" tree update, and everything's working as well as the "stable"
3 tree I started with this morning. Nice work, Gents.
4
5 Turns out I did have tcp-wrappers installed, but it would appear it was yet
6 another casualty of the glibc-2.3.1 update this morning...
7
8 In summary:
9 - openssh 3.5 fails during config; looking for "libwrap"
10 - libwrap was on my system but broken, likely by my earlier glibc update
11 - re-emerging tcp-wrappers fixed the problem
12
13 This doesn't address the problem of SSH demanding tcp-wrappers, but at this
14 point in time this is a minor issue... It's Miller Time :=)
15
16 Cheers,
17 /tom
18
19 --On Monday, October 21, 2002 15:22:45 -0700 Marc Chabrol
20 <marcc@×××××××.com> wrote:
21
22 > and from /usr/portage/net-misc/openssh/openssh-3.5_p1.ebuild
23 > it seems this should be necessary only if USE contains tcpd :
24 >
25 > DEPEND="${RDEPEND}
26 > sys-devel/perl
27 > sys-apps/groff
28 > tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"

Replies

Subject Author
Re: [gentoo-dev] OpenSSH/libwrap error RESOLVED Marc Chabrol <marcc@×××××××.com>