libCore.so

Hello,
after a linux ubuntu upgrade to the version "Ubuntu 10.04 LTS"
I have the following problem:
when running a C++ program with root functions inside
the computer writes:
"error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory"
while the file is actually present!
How can I do?
Thank you so much!
Elena

Hi,

This usually indicates to $ROOTSYS/lib is not in the LD_LIBRARY_PATH (you can add it easily by doing . where_root_is/bin/thisroot.sh

Cheers,
Philippe.