From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7377 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl, netdb.h rcmd inetutils? Date: Mon, 13 Apr 2015 10:52:43 +0100 Message-ID: References: <20150403145542.GE27899@port70.net> <20150403195800.GE6817@brightrain.aerifal.cx> <20150404204041.2a23db2c@dragora.org> <552B77B2.6020605@safe.ca> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1428918786 4083 80.91.229.3 (13 Apr 2015 09:53:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2015 09:53:06 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7390-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 13 11:53:01 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Yhb34-0003ar-6J for gllmg-musl@m.gmane.org; Mon, 13 Apr 2015 11:52:58 +0200 Original-Received: (qmail 20331 invoked by uid 550); 13 Apr 2015 09:52:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 20313 invoked from network); 13 Apr 2015 09:52:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=faXi7C+WnRkwMhs6zQh7/AqMLphcGSFv++aeM84vyRY=; b=E63wrt9MAc/F2xmvANcrPI2LyBP9GvhUIPz+x9SDfuxcO36RCtSkhkX0JXpLpNaeaN d/vNlcXAWvhHOdvwzQBtTpvUYE1hdCYz4XwQsthGKPdNmMfhZc0CShk0D3XD2P0h0Dm0 z5ra6h0lXynOGjB463y8zZtKpM5+X6B5AjGd0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=faXi7C+WnRkwMhs6zQh7/AqMLphcGSFv++aeM84vyRY=; b=BXYV+rKID4b1Wiq+2PvxUGU+0mKUXHGC5sQqSnaxv4BW+ib7gkuxf+pcnZ80o1ZG59 BNT+yF77zxGQ0awWehDHD81cHjtXfBcttrQmlsos0ZvZSG4QGrNgvJg7qiakYu2va8sK S34cErett15aIhVjkPIyyKLbLJntjEScOZFnv5LzSKkHl5DjOwrbTV3bC10OQX4kVYv5 DVNM5vK5ywbPMrcvLKe8TfH+pay7iR3RMWs/S5te4FaKeb0YR2jGAfvdXaZ90YtQw7Fr KaxZuvdbPlUyfWZwRBe13szy6mE/UiwBfcVUSoEVW5n6nTM3sPmzNQjEqtT7fjGx0jlT YkVA== X-Gm-Message-State: ALoCoQkxCygIjiqbWzd2OA7JKJbchcGPr47h0pey0R8i0AR8IaxhV0fGLyiDRGsn4zvVUGVD3J8M X-Received: by 10.180.10.234 with SMTP id l10mr20281905wib.27.1428918763644; Mon, 13 Apr 2015 02:52:43 -0700 (PDT) In-Reply-To: <552B77B2.6020605@safe.ca> Xref: news.gmane.org gmane.linux.lib.musl.general:7377 Archived-At: On 13 April 2015 at 09:00, Jean-Marc Pigeon wrote: > Trying to compile inetutils within native musl. > > Trouble with src/rpc.c using function "rcmd" > > Within glibc, rcmd is defined inside > /usr/include/netdb.h. > > I was not able to locate rcmd (or an alternative) > within musl library. > > Could someone suggest a way to bypass this problem? > > (rcmd is used twithin rpc, > rpc - library routines for remote procedure calls) rcmd is obsolete - it is the unencrypted insecure "predecessor" to ssh. There must be an option to compile inetutils without it. Justin