HoerTech-gGmbH / tascar

GNU General Public License v2.0
34 stars 4 forks source link

Missing dependency for tascar_renderfile: "libboost-program-options1.71.0" #4

Closed m-r-s closed 2 years ago

m-r-s commented 4 years ago

tascar_renderfile needs "libboost-program-options1.71.0" which is not installed when installing "tascarpro".

The resulting error message is: tascar_renderfile: error while loading shared libraries: libboost_program_options.so.1.71.0: cannot open shared object file: No such file or directory Installing "libboost-program-options1.71.0" manually solved the problem

gisogrimm commented 4 years ago

tascarcli.deb depends on "libboost-program-options1.65.1 | libboost-program-options1.58.0 | libboost-program-options1.62.0 | libboost-program-options1.67.0 | libboost-program-options1.71.0" - if executed on the same ubuntu release as compiled this should be in the list. Actually it should depend on that version which comes with libboost-all-dev (which is installed for compilation), but that would require all boost headers which is not the right solution.

tobiasherzke commented 2 years ago

See #8