From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 3 12:39:49 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1AB2106566C for ; Mon, 3 Sep 2012 12:39:49 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 302C58FC14 for ; Mon, 3 Sep 2012 12:39:48 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2561142bkc.13 for ; Mon, 03 Sep 2012 05:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UXOndffPoXzQcF6Y2LCjMwvi2SMi2XfhpfH4YC52bPU=; b=leOchYKQoXwlVg7xx+5ExZr2FphKZjQKqeGT4VCKGqX3gKj5NI6qPnzexsiC183tC9 tzLlg9lCdbg+S11Hrnj5VPiWVm3sY2ML+khjuZf5Iu9JFeb3R1MFkL04XKe8JNEl3ieA TfTgZS180trhtE5ZJkt2Oyu9xfuLcqzI1+qC7rsSJM9Dboh//8UJMiv+mA4WYrbHEWDk 37IPbUy+zIyRHWGJLvUAu71TVj4YRI/Ch9hkNpRlLAlC/B2Un/5RivU4Si7GCuHut2bS zjYX1LFe+tB5ZgxmO3apxII3vtM2C8ac5oBu8gL1N5F7WjERLvuVlGk/YNiWubMAJWB8 p1hQ== MIME-Version: 1.0 Received: by 10.204.145.82 with SMTP id c18mr6621560bkv.133.1346675987979; Mon, 03 Sep 2012 05:39:47 -0700 (PDT) Received: by 10.204.10.141 with HTTP; Mon, 3 Sep 2012 05:39:47 -0700 (PDT) Received: by 10.204.10.141 with HTTP; Mon, 3 Sep 2012 05:39:47 -0700 (PDT) In-Reply-To: <1346675221022-5740306.post@n5.nabble.com> References: <1346432933778-5739706.post@n5.nabble.com> <20120831194142.GA1409@tiny.Sisis.de> <1346515258781-5739847.post@n5.nabble.com> <20120901174214.GA38645@tinyCurrent> <1346623371986-5740128.post@n5.nabble.com> <20120903044400.GA2271@tinyCurrent> <1346671235832-5740285.post@n5.nabble.com> <20120903112505.GA1451@tiny.Sisis.de> <1346672681003-5740292.post@n5.nabble.com> <1346675221022-5740306.post@n5.nabble.com> Date: Mon, 3 Sep 2012 13:39:47 +0100 Message-ID: From: Chris Rees To: SicoSico Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: baresip (was Re: Ekiga && FreeBSD (for a future without Skype) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 12:39:49 -0000 On 3 Sep 2012 13:27, "SicoSico" wrote: > > I tried the port and it is great! I am very grateful :) > But i hoped for v4l2 support to work, that is why I am still trying Matthias > Apitz compiled binaries. > > #cd /usr/local/lib > #cp libre* /usr/lib32 > #baresip > Shared object "libssl.so.6" not found, required by "libre.so" > > #ldd /usr/local/bin/baresip > /usr/local/bin/baresip: > libre.so => /usr/lib32/libre.so (0x2808a000) > libssl.so.7 => /usr/lib32/libssl.so.7 (0x280e3000) > libcrypto.so.7 => /usr/lib32/libcrypto.so.7 (0x2813f000) > libz.so.6 => /usr/lib32/libz.so.6 (0x282d2000) > libthr.so.3 => /usr/lib32/libthr.so.3 (0x282e6000) > librem.so => /usr/lib32/librem.so (0x28309000) > libm.so.5 => /usr/lib32/libm.so.5 (0x28312000) > libc.so.7 => /usr/lib32/libc.so.7 (0x2832e000) > libssl.so.6 => not found (0) > libcrypto.so.6 => not found (0) > > #uname -m > amd64 > Oh dear... that's the problem. As Matthias has pointed out, the libs must be in /usr/lib32. The other problem is that you're obviously not running CURRENT, so Matthias's libssl version does not match yours. Matthias, did you get v4l2 working, and if so, how? Chris