c++ update boost version issue -
the thing is, installed new version of boost on ubuntu.. had 1.46 , have 1.56. problem facing of programs wont run since apparently require:
error while loading shared libraries: libboost_program_options.so.1.46.1: cannot open shared object file: no such file or directory
is there bypass around this. how solve problem ?
boost versions not binary compatible. application needs boost-1.46.1 , cannot use other version.
either install boost-1.46.1 or recompile , re-link applications against available boost version.
Comments
Post a Comment