From owner-freebsd-emulation@freebsd.org Fri Mar 27 18:28:09 2020 Return-Path: Delivered-To: freebsd-emulation@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C814627D307 for ; Fri, 27 Mar 2020 18:28:09 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48pr2B6h8pz4Twc for ; Fri, 27 Mar 2020 18:28:02 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: by mailman.nyi.freebsd.org (Postfix) id 204A427D302; Fri, 27 Mar 2020 18:27:57 +0000 (UTC) Delivered-To: emulation@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FB2227D301 for ; Fri, 27 Mar 2020 18:27:57 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.flex-it.com.ua (mail.flex-it.com.ua [193.239.74.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48pr1m3GzLz4Tq9 for ; Fri, 27 Mar 2020 18:27:38 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from [46.98.219.154] (helo=thinkpad.flex-it.com.ua) by mail.flex-it.com.ua with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.93.0.4 (FreeBSD)) (envelope-from ) id 1jHthW-000FdY-GJ; Fri, 27 Mar 2020 20:27:26 +0200 Subject: Re: Zoom and linuxolator To: Alexander Leidinger Cc: emulation@freebsd.org References: <20200327182946.Horde.egf4DVrZ1lNTU9lJxNuaLNc@webmail.leidinger.net> From: Alexandr Krivulya Message-ID: <55345e32-85a1-63a7-57a9-0cceb7210f45@shurik.kiev.ua> Date: Fri, 27 Mar 2020 20:27:21 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200327182946.Horde.egf4DVrZ1lNTU9lJxNuaLNc@webmail.leidinger.net> Content-Language: en-US X-Rspamd-Queue-Id: 48pr1m3GzLz4Tq9 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of shuriku@shurik.kiev.ua designates 193.239.74.7 as permitted sender) smtp.mailfrom=shuriku@shurik.kiev.ua X-Spamd-Result: default: False [-5.63 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[154.219.98.46.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; IP_SCORE(-3.33)[ip: (-8.81), ipnet: 193.239.72.0/22(-4.41), asn: 35297(-3.52), country: UA(0.07)]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[shurik.kiev.ua]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RBL_NIXSPAM_FAIL(0.00)[7.74.239.193.ix.dnsbl.manitu.net:query timed out]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:35297, ipnet:193.239.72.0/22, country:UA]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2020 18:28:09 -0000 27.03.20 19:29, Alexander Leidinger пишет: > > Quoting Alexandr Krivulya (from Fri, 27 Mar > 2020 15:21:49 +0200): > >> Hi, emulation@ ! >> >> I'm trying to start Linux version of Zoom client [1] on my FreeBSD >> (latest head) and I have two questions: >> >> 1. Why I need to copy all libraries from Zoom binary folder to >> /compat/linux/lib64 because they are not found when application starts. > > Libraries (no matter if for FreeBSD or Linux) are searched in fixed > locations (if they are linked into a binary the normal way). You can > add other locations either globally by adding it to the ldconfig path > (for linux it is a different setting than for FreeBSD binaries), or > you can set the LD_LIBRARY_PATH variable to add the new location per > program. Is it true even when executable and needed libraries are in the same directory? In my case it is a same directory.