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

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -