Fork me on GitHub

Opened 9 years ago

#718 new Bug

Installation problem

Reported by: subhadeep mondal Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Hi,

I am getting the following error while installing (doing 'make') Delphes-3.2.0:

Generating tmp/classes/ClassesDict.cc

rootcint: error while loading shared libraries: libCint.so: cannot open shared object file: No such file or directory
make: * [tmp/classes/ClassesDict.cc] Error 127

I have duly installed root in my home folder and it's working fine. I have added the following lines in my .bashrc file to specify the paths to the library files and the root executable:

export ROOTSYS=/home/subhadeep/root
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
export PATH=$ROOTSYS/bin:$PATH

Can you please tell me where I'm making a mistake?

Change History (0)

Note: See TracTickets for help on using tickets.