Some package on your machine is still linked against 1.42, though I can't tell
> you which one. Since you just rebuilt encfs, that isn't the guilty one. > > IMO the quickest way to find the package that needs rebuilding is:to move > or > rename libboost_serialization-mt-1_42.so.1.42.0, and then run ldd again and > see who complains. Then rebuild the package that contains the complainer. > > That ldd output is showing that encfs needs it. I need to find how to build encfs to ignore the 42 library. I guess i could quickpkg 1.42, unmerge it, then rebuild encfs, and reinstall the pkg for boost. I'll try that.

