Please read tips for efficient and successful posting and posting code
ROOT Version: 6.22
_Platform:_ubuntu 20.04
Compiler: Not Provided
Hi all,
I have been trying to build root 6.22 from source file by following instructions on https://root.cern/install/build_from_source/. I tried including python2 and python3 also. When I am building using cmake, I get this error. Can you please help?
This is a screenshot of the error I see…
Hi @amkoshy,
and welcome to the ROOT forum!
Can you please copy-paste the content of those files mentioned in the error message? The XROOTD-build-*-.log.
Cheers,
Enrico
Hi @eguiraud ,
These are the screen shots of the err and out(only the last few lines since there were no issues in the beginning) log files. Hope this helps, please let me know if you need more information.
Ah, yes, this is https://sft.its.cern.ch/jira/browse/ROOT-10906 .
Please install the openssl-dev package or, if you don’t need xrootd (i.e. reading ROOT files over the network), configure your build with -Dxrootd=OFF -Dbuiltin_xrootd=OFF.
Cheers,
Enrico
It worked!!Thank you so much @eguiraud …
I have few related questions…
- I have installed ubuntu 20.04 on windows 10 from the windows 10 app store. Can I install root 6.22 on that ubuntu too?
- I tried installing root on my windows computer, but did not work out. Is root 6.22 supported for windows 10 also?
thanks again,
Abraham