[Slackbuilds-users] EncFS requres boost <= 1.41

Kevin Pulo kev at pulo.com.au
Sat Jun 5 01:53:24 UTC 2010


On Fri, Jun 04, 2010 at 07:47:35PM -0300, Niels Horn wrote:

> Well, my "hack" might not be the "easier" solution you are looking
> for, but it might be a way to keep things working until upstream
> solves the issue.
> But you will need some knowledge about static linking etc.
> Nothing that can't be learned by Googling though if you have some
> basic experience with gcc and compiling software.

The other alternative to static linking might be to install boost
manually into /usr/local or a custom location (eg. /opt/boost), and
then use ./configure --with-boost=/opt/boost when building encfs.

Since encfs appears to use libtool, it should also use -rpath by
default (and hence the --disable-rpath configure option), which means
that the resulting encfs binary should correctly find the boost
libraries without needing to set $LD_LIBRARY_PATH (or put
/opt/boost/lib into /etc/ld.so.conf, which would cause problems for
other boost-using programs).  If it doesn't, then setting
$LIBRARY_PATH and $LD_RUN_PATH to the boost lib directory before
running ./configure && make, should have the same effect.

Kev.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20100605/b80b8e42/attachment.sig>


More information about the SlackBuilds-users mailing list