baresip (was Re: Ekiga && FreeBSD (for a future without Skype)

Chris Rees utisoft at gmail.com
Mon Sep 3 12:39:49 UTC 2012


On 3 Sep 2012 13:27, "SicoSico" <resuscitated_wael at hotmail.com> 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


More information about the freebsd-multimedia mailing list