dlopen error [message #12641] |
Mon, 12 September 2011 14:09 |
rajududhat
Messages: 17 Registered: May 2010 Location: Surat (India)
|
occasional visitor |
From: 117.211.94*
|
|
Dear friends
I have study X(3872) state using pandaroot. Today I have updated trunk but now I have get error in all macros (also in tutorial) as below
//////////////////////////////////////////////////////////
inux-1djg:/home/pandaroot/fairroot/trunk/tutorials/charmonium/test # root run_sim_tpccombi.C
*******************************************
* *
* W E L C O M E to R O O T *
* *
* Version 5.29/02 21 April 2011 *
* *
* You are welcome to visit our Web site *
* http://root.cern.ch *
* *
*******************************************
ROOT 5.29/02 (tags/v5-29-02@39011, Sep 12 2011, 13:36:25 on linuxx8664gcc)
CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root[0] Processing run_sim_tpccombi.C...
dlopen error: /home/pandaroot/fairroot/build/lib/libbuffers.so: undefined symbol: _ZN18PndWriteoutBufferTI15PndSdsDigiStripE11ShowMembersER16TMemberInspec tor
Load Error: Failed to load Dynamic link library /home/pandaroot/fairroot/build/lib/libbuffers.so
(int)(-1)
root [1]
/////////////////////////////////////////////////////////////////
plz help me regarding this.
Rajeshkumar G. Dudhat
SVNIT (INDIA)
|
|
|
|
|
|
Re: dlopen error [message #12657 is a reply to message #12646] |
Sun, 18 September 2011 09:47 |
Florian Uhlig
Messages: 424 Registered: May 2007
|
first-grade participant |
From: *pools.arcor-ip.net
|
|
Hi Stefano,
there was a problem with the ROOT installation of the trunk external packages. Due to a typo in the installation scripts the gsl package wasn't found and as result the math library wasn't build.
The problem is fixed now. To get a working version please do a "svn update" in the base directory of the external packages, remove the root.exe binary and run "./configure.sh" again. This should solve the problem.
Ciao
Florian
|
|
|