no errors, no issues.
however, when i try to run root, i get the following error:
/root$ root
/usr/local/bin/root.exe: error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory
do i have to follow step 3.1. Environment driven build:?
two things to test:
grep local /etc/ld.so.conf /etc/ld.so.conf.d/*.conf
(i.e. is it part of ld’s configured directories?) and
ls -l /usr/local/lib/libCore.so
i.e. does the library actually exist?