Nach einem Update aller Ports unter MacPorts funktioniert EncFS nicht mehr. Auf der Konsole wird dies auch ausführlich dokumentiert:
dyld: lazy symbol binding failed: Symbol not found: __ZN5boost7archive6detail17shared_ptr_helperC2Ev Referenced from: /opt/local/lib/libencfs.6.dylib Expected in: /opt/local/lib/libboost_serialization-mt.dylib dyld: Symbol not found: __ZN5boost7archive6detail17shared_ptr_helperC2Ev Referenced from: /opt/local/lib/libencfs.6.dylib Expected in: /opt/local/lib/libboost_serialization-mt.dylib
Die Lösung für das Problem ist dabei simpel. Der Port EncFS muss noch einmal neu gebaut werden. Dafür gibt man auf der Konsole:
sudo port -ns upgrade --force encfs
ein. Anschließend kann EncFS wieder wie gewohnt genutzt werden.