Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Updated boost to 1.42 + encfs 1.7, killed encfs volume
Date: Sun, 20 Mar 2011 09:46:15
Message-Id: AANLkTikzRPem4MuKdocVQKR=E-rGWECKo0k+Jtq3bn8h@mail.gmail.com
1 It looks like i've hit this issue;
2 http://code.google.com/p/encfs/issues/detail?id=60
3
4 So i've reinstalled boost 1.41 with;
5 # emerge =boost-1.41.0-r3
6 # eselect boost set 1
7 # emerge encfs
8
9 but its still broken, and
10 $ ldd /usr/bin/encfs | grep boost
11 libboost_serialization-mt-1_42.so.1.42.0 =>
12 /usr/lib64/libboost_serialization-mt-1_42.so.1.42.0 (0x00007fb6314de000)
13 libboost_serialization-mt-1_41.so.1.41.0 =>
14 /usr/lib64/libboost_serialization-mt-1_41.so.1.41.0 (0x00007fb6305c5000)
15 libboost_filesystem-mt-1_41.so.1.41.0 =>
16 /usr/lib64/libboost_filesystem-mt-1_41.so.1.41.0 (0x00007fb6303af000)
17 libboost_system-mt-1_41.so.1.41.0 =>
18 /usr/lib64/libboost_system-mt-1_41.so.1.41.0 (0x00007fb6301ab000)
19
20 So i'm assuming the problem is its still loading the v1.42 serialisation
21 library. What's the correct way to that?

Replies