Error in -E mode : LibXXX.so not found

Asked by SUBHASISH BEHERA

Dear Benjaamin,
   I am getting the following error in -E mode of ma5 pre2 :

[subhasish@localhost MADANALYSIS5]$ cd madanalysis5v1.3.pre2/tools/SampleAnalyzer/
[subhasish@localhost SampleAnalyzer]$ bash setup.sh
--------------------------------------------------------
    Your environment is properly configured for MA5
--------------------------------------------------------
[subhasish@localhost SampleAnalyzer]$ cd ../..
[subhasish@localhost madanalysis5v1.3.pre2]$ cd TIKU/Build/
[subhasish@localhost Build]$ bash setup.sh
--------------------------------------------------------
    Your environment is properly configured for MA5
--------------------------------------------------------
[subhasish@localhost Build]$ make
--------------------------------------------------
             Building MadAnalysis Job
--------------------------------------------------
The shared library /tools/SampleAnalyzer/Lib/libcommons_for_ma5.so is not found
 1) Please check that MadAnalysis 5 is installed in the folder :
 2) Launch MadAnalysis 5 in normal mode in order to build this library.

Makefile:51: recipe for target 'library_check' failed
make: *** [library_check] Error 1
[subhasish@localhost Build]$

Thanks,

Subhasish

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
SUBHASISH BEHERA
Solved:
Last query:
Last reply:
Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#1

I also did the aforesaid suggestion still it don't work and also the required .so file is present in the Lib folder . Still it is showing error .

Thanks,

Subhasish

Revision history for this message
Benjamin Fuks (fuks) said :
#2

Hi,

Please restart madanalysis 5 in the normal mode so that all libraries are properly installed. Then, create your working directory and everything should work.

Cheers,

Benjamin

On 02 Mar 2016, at 08:33 , SUBHASISH BEHERA <email address hidden> wrote:

> Question #287444 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/287444
>
> SUBHASISH BEHERA gave more information on the question:
> I also did the aforesaid suggestion still it don't work and also the
> required .so file is present in the Lib folder . Still it is showing
> error .
>
>
>
> Thanks,
>
> Subhasish
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#3

Dear Benjamin,
      I have done the things you have said to me but still it don't work .
Sorry for late replay...

Thanks,

Sunbhasish

Revision history for this message
Benjamin Fuks (fuks) said :
#4

Hi,

Please check whether the lib folder is properly reference to in setup.sh.

Cheers,

Benj

On 02 Mar 2016, at 14:42 , SUBHASISH BEHERA <email address hidden> wrote:

> Question #287444 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/287444
>
> Status: Answered => Open
>
> SUBHASISH BEHERA is still having a problem:
> Dear Benjamin,
> I have done the things you have said to me but still it don't work .
> Sorry for late replay...
>
>
> Thanks,
>
> Sunbhasish
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#5

Dear Benjamin,
         I was doing "bash setup.sh" . So I was having that problem. Now after doing "source setup.sh" , it is working.

There may be some difference between bash and source command .

Thanks,

Subhasish