Please read tips for efficient and successful posting and posting code
ROOT Version:6.24
Platform:MacOs 11.5
Compiler:
Dear co-rooters,
I downloaded the pkg file for the 6.24 version and installed it on my Mac 11.5 using the installer. I can find root on my Applications folder but when I navigate there through the terminal and execute root, this happens:
$ root
roots: insufficient input: client URL must to be provided
$ ./root
./root: can't start ROOT -- check that /Applications/root_v6.24.06/bin/bin/root.exe exists!
I’m able to run other commands (i.e. hadd) and root loads when double clicking on the executable, through finder.
Note that I sourced thisroot.sh.
$ROOTSYS and $LD_LIBRARY_PATH look reasonable
$ echo $ROOTSYS
/Users/astamato/Utilities/ROOT/root_v6.24.06
$ echo $LD_LIBRARY_PATH
/Users/astamato/Utilities/ROOT/root_v6.24.06/lib
Any idea?
Note that I’m new to MacOs.
Thanks in advance!