Problem with libGui.so.6.18

Dear root experts
I am using a program that is interfaced with root through

ROOTINCLUDE = -I$(shell /work/ws-tmp/gt044374-cmake/build/bin/root-config --incdir)
ROOTCFLAGS := $(shell /work/ws-tmp/gt044374-cmake/build/bin/root-config --ldflags)
ROOTGLIBS := $(shell /work/ws-tmp/gt044374-cmake/build/bin/root-config --glibs) -lGenVector

I establish contact with root through

source /work/ws-tmp/gt044374-cmake/build/bin/thisroot.sh

however when the program (which uses root as pointed out above) is called I get

  • libGui.so.6.18: cannot open shared object file: No such file or directory

any hints on how to solve the problem, I already tried different options such as testing different versions or even attempting to use binaries or constructing the entire thing from scratch but the result is the same. Any idea of what is happening?

Thanks!
Gilberto

I have no experience with library versioning (I’m working on Windows), but can you check that libGui.so.6.18 and libGui.so are in ${ROOTSYS}/lib?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.