From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Do not use tor with browsers other than tor browser Date: Sun, 26 May 2019 08:38:46 +0200 Message-ID: <87d0k5en49.fsf@elephly.net> References: <861s0m21eb.fsf@gmail.com> <54de61c2b17ba0a437389618261b78a3@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUmoK-0004rf-Ay for help-guix@gnu.org; Sun, 26 May 2019 02:39:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUmoJ-0005bw-7A for help-guix@gnu.org; Sun, 26 May 2019 02:39:12 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21376) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hUmoI-0005WV-MJ for help-guix@gnu.org; Sun, 26 May 2019 02:39:11 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: oury.dustin@posteo.net Cc: help-guix@gnu.org oury.dustin@posteo.net writes: > This is interesting because on GuixSD 1.0.1 when I download tor > browser and try to start it I receive an error > > ruki@guix ~/Downloads/tor-browser_en-US$ ./start-tor-browser.desktop > bash: ./start-tor-browser.desktop: /usr/bin/env: bad interpreter: No > such file or directory This is likely because the binary you have will expect the loader at /lib64/ld-linux=E2=80=A6.so (or similar), which doesn=E2=80=99t exist on Gu= ix systems. The loader is provided by the GNU C library and you may need to patch the binary with patchelf to override the interpreter. An alternative might be to install the C library and link its loader binary to the expected location, but we can=E2=80=99t guarantee that this w= ould work. -- Ricardo