I'm learning to use boost log and i'm using centOs7 environment.
I installed boost-devel package on CentOS7 and yum
downloaded it from CentOS7 Base Repo. After installation i inspected and found boost log headers and .so are missing. When exploring on the internet found CentOS Special interest group’s Software Collections Repo and found boost log in mariadb rpm:1. rh-mariadb102-boost-log.x86_64
2. rh-mariadb101-boost-log.x86_64
Both of the above are giving boost log so and it’s dependancies from Boost 1.58 source. But the base boost-devel package is based on Boost 1.53 source.
Due to the version mismatch it might lead to lot of errors in the existing project and i cannot do that.
Any Ideas/suggestions please.
Or is it safe to use boost libs completely from mariadb rpm?