MrDaniel Posted February 16, 2016 Share Posted February 16, 2016 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 https://www.insanelymac.com/forum/topic/310942-ldyld-library-not-loaded-libboost_serializationdylib/ Share on other sites More sharing options...
Recommended Posts