From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,MISSING_HEADERS autolearn=no autolearn_force=no version=4.0.0 Received: from syroidmanor.com (hssx-sktn-167-14.sasknet.sk.ca [142.165.167.14]) by chiba.3jane.net (Postfix) with ESMTP id B4BDEABB0E for ; Mon, 21 Oct 2002 17:43:55 -0500 (CDT) Received: from [192.168.1.101] (HELO [192.168.1.101]) by syroidmanor.com (CommuniGate Pro SMTP 3.5.7) with ESMTP id 1116470 for gentoo-dev@gentoo.org; Mon, 21 Oct 2002 16:40:12 -0600 Date: Mon, 21 Oct 2002 16:43:55 -0600 From: Tom Syroid Cc: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] PAM appears B0rked RESOLVED Message-ID: <17310000.1035240235@phaedrus.syroidmanor.com> In-Reply-To: <200210211522.45911.marcc@whitepj.com> References: <61170000.1035214489@phaedrus.syroidmanor.com> <20021021234946.4e9864c4.spider@gentoo.org> <6070000.1035238556@phaedrus.syroidmanor.com> <200210211522.45911.marcc@whitepj.com> X-Mailer: Mulberry/3.0.0a4 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 0f46bb04-e540-4d77-9db9-ce13762e95b1 X-Archives-Hash: da0da7f421540e2f7d60720b5ef3fd1c Many thanks, Marc. I'll have to write down that search string for future reference. Interesting. I do not have tcpd in my USE string. I don't use/need tcpwrappers, but I'll install it so I can build and test OpenSSH 3.5. Thanks again... /tom >> Anyone know off the top of their head where I can find libwrap? > > qpkg -f /usr/lib/libwrap.a -vv > sys-apps/tcp-wrappers-7.6-r3 * > > and from /usr/portage/net-misc/openssh/openssh-3.5_p1.ebuild > it seems this should be necessary only if USE contains tcpd : > > DEPEND="${RDEPEND} > sys-devel/perl > sys-apps/groff > tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" >