Root installation last version

I want to install the last version of ROOT [ 6.14/02 - 2018-07-27] and when i am trying to do so i have faced some errors,

ld: library not found for -lcrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [lib/libNet.so] Error 1

this how i do it :wink:
cd root && ./configure --all && make -j 4

Please help ?
Tnourji Abdellah


ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hi,

configure/make is not supported any more: are you sure you are doing that? Can you try to configure with CMake?

Cheers,
D

Hi
Thanks for replay,

this what i get when i am using cmake :

[ 34%] Built target LLVMDebugInfoCodeView
make: *** [all] Error 2

    mkdir built
    cd  built
    cmake ../root
    make -j4  

Cheers,

On what platform are you? Is the root directory clean, i.e. with no remnants of the configure/make procedure or other?

Hi,

I am using MacPro 10.13.6.

for the second one i am not sur that it is really clean and i don’t know how to verify.

Cheers,

You should delete all the ROOT folder and unzip again the source tarball

Hi,

I have used Homedrew to install ROOT and it worked.

Thank you very much.

TNOURJI Aabdellah

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.