From owner-freebsd-emulation@freebsd.org Mon Feb 13 18:24:06 2017 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B22C2CDD965 for ; Mon, 13 Feb 2017 18:24:06 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 99EE6D25 for ; Mon, 13 Feb 2017 18:24:06 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id 9691DCDD964; Mon, 13 Feb 2017 18:24:06 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96455CDD963 for ; Mon, 13 Feb 2017 18:24:06 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward18j.cmail.yandex.net (forward18j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::f5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52C1FD24 for ; Mon, 13 Feb 2017 18:24:05 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward18j.cmail.yandex.net (Yandex) with ESMTP id 3F938212E3 for ; Mon, 13 Feb 2017 21:23:53 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id BE95B8C0DB9 for ; Mon, 13 Feb 2017 21:23:51 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id GNl9faxZDS-Nn9Ki3bd; Mon, 13 Feb 2017 21:23:49 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1487010230; bh=wmxvFdiCjJFYmpf3a50Uc6OL7RNZ99xqADNUjQZ4Lq4=; h=Message-ID:Subject:From:To:Date; b=rYcvOjH2QfKRJ8HLSvEpuAYUI90JFUUL5wu1IAm8FbF2vQRO9pbjDdjU0Dl6wjRmu igsTBx8HwFwJ+9PX04R951/0pPteSI6n9gTp18BF6opWLnZWbAv9FjLulETwrnNGNO q0NAR6EF1E2Zmg37oxktqQHmRsXnD76CisHVJIek= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0 Message-ID: <1487010227.1730.7.camel@yandex.com> Subject: linux-c7 From: Stari Karp To: "emulation@FreeBSD.org" Date: Mon, 13 Feb 2017 13:23:47 -0500 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 13 Feb 2017 18:24:06 -0000 Hi! My system is FreeBSD 11-RELEASE (amd64) and I installed linux-c7. In /etc/fstab I  have: linprocfs      /compat/linux/proc     linprocfs         rw      0        0 linsysfs       /compat/linux/sys      linsysfs          rw      0        0 and in /etc/make.conf: DEFAULT_VERSIONS+=linux=c7_64 I have a problem with webcamera which works before and Skype because it doesn't find libraries which I installed them and I see the in: /compat/linux/~lib64 and they are also in /compat/linux/usr/lib64 II don't have any /compat/linux/lib or lib64. What I doing wrong, please? Thank you.