Root hist2workspace

Hi rooters,

Recently I try to build roofit and roostats. I build the root by the following command:

./configure --all
make

However in /usr/local/root/bin there is no hist2workspace. So when I run some code, there is such error:

hist2workspace: error while loading shared libraries: libRIO.so.5.34: cannot open shared object file: No such file or directory.

How do I fix this problem? Thank you very much.

Huanian Zhang

Hi,

I don;t understand is hist2workspace build ? It could be that the HIstFactory is not built because you are missing xml. What is the output of the command

root-config --has-xml

?

Lorenzo