I have a project in c++ running very well on ubuntu on my local pc, I did copy the folder project to the server using Globus to run it there but when trying to run it there, I have this error message:
error while loading shared libraries: libboost_program_options.so.1.67.0: cannot open shared object file: No such file or directory
Despite the fact that the same project is running very nicely on my pc
How can I solve this error?