Hi,
I know this question has been similarly asked before, but unfortunately, I can not solve the problem yet and the topics are closed.
I am trying to build a local root installation and I already have Anaconda with python 3.6 installed. I have tried a couple of solutions I found here in ROOT Forum, for example, this one
I have followed the steps according to the building root and using ccmake. After configure and generation and get this:
CMake Warning at cmake/modules/RootNewMacros.cmake:653 (add_library):
Cannot generate a safe runtime search path for target RHTTP because files
in some directories may conflict with libraries in implicit directories:
runtime library [libssl.so.1.0.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/home/arturo/anaconda3/lib
runtime library [libcrypto.so.1.0.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/home/arturo/anaconda3/lib
Some of these libraries may not be found correctly.
Call Stack (most recent call first):
cmake/modules/RootNewMacros.cmake:981 (ROOT_LINKER_LIBRARY)
net/http/CMakeLists.txt:49 (ROOT_STANDARD_LIBRARY_PACKAGE)
and of course, this leads me to the final error in the building process. Could anyone help me? I’m not too much familiar with cmake.
Thanks!
Arturo
ROOT Version: 6.14.02
Platform: Ubuntu 16.04
Compiler: Not Provided