From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8990 Path: news.gmane.org!not-for-mail From: Timo Teras Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl & proprietary programs Date: Tue, 22 Dec 2015 13:27:06 +0200 Message-ID: <20151222132706.57214aa6@vostro> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1450783646 26015 80.91.229.3 (22 Dec 2015 11:27:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Dec 2015 11:27:26 +0000 (UTC) Cc: musl@lists.openwall.com To: Alba Pompeo Original-X-From: musl-return-9003-gllmg-musl=m.gmane.org@lists.openwall.com Tue Dec 22 12:27:26 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 1aBL6B-0004KL-N6 for gllmg-musl@m.gmane.org; Tue, 22 Dec 2015 12:27:23 +0100 Original-Received: (qmail 7497 invoked by uid 550); 22 Dec 2015 11:27:21 -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 7466 invoked from network); 22 Dec 2015 11:27:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=tDO/oibUbksA5nuu43Vj4DPPFc9FiSagLE6Xm/Lp8Mo=; b=D+IWLDC0Q07ipMWdOE0euBuPEh9S9iXDmZyVKMNSvdVMFWd8l1STN8BhYXhV0KJBxt hKiE9dAuVCFfJjSCz6OGcFCWqj5tdmR3kJTB4CaZ/kKqulb76b6OSPVEaKediW0Oolyg dqM/lky8AsQJmuWYwJ9td3MYuCSj93i31L4Khdry3GjPla+pDCVa2qHXUzNFp6CJJbK/ XTYO5LjBAogXVcqxjPUi8NQMafpPkdTAMPf7q09sTYhfjjBm2n8MdvnVzLzBm3Qwqo2b mPH8x5Ivop+oXoVlo/0JfputSpR7hrl+PBCmOYub1kLCLhjLJdcL4CLGcwpYK34V8aOh DwSw== X-Received: by 10.25.24.85 with SMTP id o82mr5000672lfi.144.1450783629528; Tue, 22 Dec 2015 03:27:09 -0800 (PST) Original-Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= In-Reply-To: X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) Xref: news.gmane.org gmane.linux.lib.musl.general:8990 Archived-At: On Tue, 22 Dec 2015 09:23:08 -0200 Alba Pompeo wrote: > As a user, my main issue with musl by far is the lack of ability to > run proprietary programs. Almost all software I need for work is > proprietary and I currently have to dual boot other operating system > just to run it, because there is no musl binary. > > Is there any strategy to get musl to be more useful on proprietary > environments? Either partnerships with some companies to spread musl > or a compatibility mode that you can use when needed? This would be of > great help for those that unfortunately aren't on the ideal world > where every tool has the source available for you to compile. Musl works with surprisingly many proprietary programs. Could you explain more the problem you have? Though, you you do have to have symlinks for the glibc style library names for things to work. In Alpine Linux these comes with "apk add libc6-compat". /Timo