From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10374 Path: news.gmane.org!.POSTED!not-for-mail From: Assaf Gordon Newsgroups: gmane.linux.lib.musl.general Subject: Re: ./configure errors witn musl-gcc (zlib library conflict when building openssh) Date: Fri, 12 Aug 2016 23:57:53 -0400 Message-ID: <87369B6D-B2E7-44AF-89E5-736C53486947@gmail.com> References: <66c1b284-a9ae-774f-579f-fac0d1c6193e@gmail.com> <20160805233319.GS15995@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1471060696 3077 195.159.176.226 (13 Aug 2016 03:58:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 13 Aug 2016 03:58:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10387-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 13 05:58:12 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1bYQ5L-0000bC-1A for gllmg-musl@m.gmane.org; Sat, 13 Aug 2016 05:58:11 +0200 Original-Received: (qmail 19703 invoked by uid 550); 13 Aug 2016 03:58:08 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 19679 invoked from network); 13 Aug 2016 03:58:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=KhjgJT1XNr7YqX0awVtpDPkm5PhFlfGz4JKkJoZkBa0=; b=HZshHuGSl9psaitvNMe27dpw/iy/JX36RFiylgSJbMCha//PUDNaBKqUo5mBh6wcAR KMh9gj70ky6oAu/Wzvr30varFaUkeIB3YFWYO2djkL2a2yVaVTcBFXICB6oSD4mbS7S6 b1GWgGJoEINaS5Id3pg+5di3Sa+IdBp8fHm3qETnmX3HBJIRKr/cP3pRO0tY0L5B1M8M 5FpdbuomFyaS3AOUeHcdnvY458FK7TIrHpJiBJQ7B282XrGqlqmF2bV4O8uoGNdPN30V m9SEngrPAtCFL63nG12PsZf3fWewyCIN83d1LnkCpMNk1IgXlqlH69mfEXW6gn6ob8pa Ck5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=KhjgJT1XNr7YqX0awVtpDPkm5PhFlfGz4JKkJoZkBa0=; b=F4wIuACn5jh29oE28Ol8m6nQDjtbA8uHJdEpVrRgzROJ5xoIIq8S0s1EvkZdaTqCgR U97DhL4jfX++CbxL8FkztKfeBEQleRtuh5EZiYoexvmxQ4AFn0B+2gRsikaeANaNA27i GA4BoPLOarUFoiZDixQSj9MyRAwNjZviTaYuCEXIyhEboX2itc8BZqE68Q/sh//hlwBk Xd0ulg6wA8SqbP/jsnwaIKltfMo+0yByWWd1jsXow+5v8caIxXmmi2+zTV9xZ8Xu4fQN DCbRN6yO2VLA2ODzo0NMRFXe1j2mgUTOdv7kuK64dEw14dzBHVsiEltDmaVfVCJ6xGdN LHIQ== X-Gm-Message-State: AEkoousuRD7OldBqSL2rSVLsQyIz4fjZs2vHC6L4vyknNsyMQ8P7LTWbP3+/Ll7lqfoK8w== X-Received: by 10.200.46.161 with SMTP id h30mr21194353qta.133.1471060675055; Fri, 12 Aug 2016 20:57:55 -0700 (PDT) In-Reply-To: <20160805233319.GS15995@brightrain.aerifal.cx> X-Mailer: Apple Mail (2.2102) Xref: news.gmane.org gmane.linux.lib.musl.general:10374 Archived-At: > On Aug 5, 2016, at 19:33, Rich Felker wrote: >=20 > On Fri, Aug 05, 2016 at 06:32:14PM -0400, Assaf Gordon wrote: >> I'm trying to build openssh on Ubuntu with musl-gcc, and encountered = a problem during "./configure" due to required library (zlib) which = causes conflicts between the system's glibc and musl-libc. > [...] alternatively, use static linking. > Dynamic linking musl is really not ideal when your system libc is > glibc. Thank you for all the information. Linking as static executable indeed = worked well. - assaf`=