Le 2016-03-24 16:56, Peter Hessler a écrit :
On 2016 Mar 24 (Thu) at 16:42:31 +0100 (+0100), Landry Breuil wrote:
:On Thu, Mar 24, 2016 at 04:33:12PM +0100, Sol?ne Rapenne wrote:
:> flags /usr/lib/libpthread.so.20.1 = 0x68
:> dlopen: failed to open libpthread.so.20.1
:
:There's your issue. libffi in current snap wasnt updated for $reasons,
:hence ld.so tries to load it (and its depending libs) which ends up
:loading mixed versions of libpthread.
:
:Temporary fix: force-update libffi (rebuild, pkg_add -rDinstalled...)
to a
:version that depends on the latest libpthread. Retry, repeat, rince..
:
:Landry
:
I can confirm that simply running "pkg_add -rDinstalled libffi" fixes
the problem for me. Thanks!
It also fixed the problem for me.
Thanks you :)