What could be the reason?

Hi,

I am not sure what I am missing.

I moved my source codes from one linux box (where it complies fine with root_5_22) to another linux box, which also has root_5_22. I set up the root path and try to compile but I got following errors:


…/root/bin/rootcint: error while loading shared libraries: libCint.so: cannot open shared object file: No such file or directory
make: *** … Error 127

I have not changed anything neither in source files nor in Makefile.

What could be the reason?

Thanks.

check your PATH and LD_LIBRARY_PATH.

Rene

I figured it out.

Thanks.