Problème at root execution

Hello,

I install root as say in the : Installing ROOT from Source
and I chose : Fixed location installation

But when I lunch root in terminal, I have this message : “/Program/root/bin/root.exe: error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory”

but libCore existing.

Dear

Quentin

I have never installed ROOT in Windows, but in my experience your error message indicates that the library path is missing. libCore.so is simply the first library the installer needs. Make sure you “see” the libraries in ROOTSYS\lib . In the UNIX or Linux environments it would be something like
setenv $LD_LIBRARY_PATH ${ROOTSYS}/lib

I hope this helps,
Giovanni