@jj458 said in [centos7] installation dependency problem: missing libjsoncpp.so.19()(64bit):
Thank you for solving.
core-8.5.81.224_0+29-RHEL_7-x86_64 is installed successfully in my Centos7 system.
-Joachim
I initially had looked at the jsoncpp commits. Using git log -p to show all of them, I looked at the last occurrence of “StreamWriterBuilder”, and that turned up in 5fbfe3cdb948a32706ad88635563a41a54819f83, which, when fed to git describe --contains 5fbfe3, gives “1.4.0~20”, so 1.4.0 is the first tag to have SWB.
Checking this again just now, I notice that the SCM history is bonkers – “0.8.0” is a child of “1.4.0”. Which means I cannot request “jsoncpp >= 0.8.0”, because that would satisfy 1.0.0 too, and 1.0.0 is known not to have SWB. What a mess!