Jump to content

ldyld: library not loaded: libboost_serialization.dylib


1 post in this topic

Recommended Posts

I am running some code that has compiled however when i run the code i get the following error for the Boost library.

 

The error is as follows...

 

dyld: library not loaded: libboost_serialization.dylib

 

Looking in opt/local/lib i have the following library installed for boost.

 

libboost_serialization-mt.dylib

 

Any ideas why this is? How do i fix this if i have the wrong boost library installed?

 

I am using OSX El Capitan 10.11.3

 

UPDATE

Is it sensible to do the following?

ln libboost_serialization-mt.dylib libboost_serialization.dylib

 

Regards,

Daniel

Link to comment
Share on other sites

 Share

×
×
  • Create New...