Print

Print


Ciao Miriam,
     I had the same problem in Padova, see SkimSOS #1535, which is from 
Dec 2004. The funny thing, though, is that when I used the BbkTM in 
"production" later on, that line never gave me problems.

   I used to source a script containing the following lines, before 
running the skimming:
   ...
   set xrootdpath="/nfs/opr6/Skimming/skim_160002e/workdir/RELEASE/xrootd"
   setenv PATH ${PATH}:$xrootdpath/bin/i386_rhel30
   setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$xrootdpath/lib/i386_rhel30
   setenv PERL5LIB $xrootdpath/lib/i386_rhel30
   ...

   As for xrootd, I used to configure with
	./configure --enable-perlint
  but this info was added long ago to the web page so you already know.

   Hope this helps.
   Ciao ciao

				Fulvio

Miriam Fritsch wrote:
> Hi,
> 
> PERL5LIB was set also during compiling and running.
> 
> Cheers,
> 
> Miriam
> 
> *************************************************************************
> 
> Dr. Miriam Fritsch
> 
> Institut fuer Experimentalphysik I
> Ruhr-Universitaet Bochum, Germany               email: [log in to unmask]
> c/o SLAC                                        tel:  +1 (650) 926-3565
> 2575 Sand Hill Road #34                         fax:  +1 (650) 926-3882
> Menlo Park, CA 94025, USA                       home: +1 (650) 324-2813
> 
> *************************************************************************
> 
> On Wed, 13 Apr 2005, Gregory Schott wrote:
> 
> 
>>
>>On Tue, 12 Apr 2005, Remi Mommsen wrote:
>>
>>
>>>Hi,
>>>
>>>On Apr 12, 2005, at 2:49 PM, Gregory Schott wrote:
>>>
>>>
>>>>Hello,
>>>>
>>>>Miriam need for skimming to use xrootd for output of her collections. The
>>>>jobs crashes because the XrdClientAdmin.pm module was not found.
>>>>
>>>>FATAL: Requesting xrootd features, but cannot find XrdClientAdmin module
>>>>
>>>>This message come from BbkSkimManager/BbkTMWrapperUtils.pm
>>>>in which the operation:
>>>>
>>>>my $have_xrd = eval { require XrdClientAdmin; 1; };
>>>>
>>>>failed.
>>>>In order to install for her the xrootd package I have used the binary
>>>>tarball, put it in $BFROOT/package/xrootd/ and linked
>>>>Linux24RHEL3_i386_gcc323 -> 20050328-0656/
>>>>
>>>>At the other sites, was there some particular installation to perform or do
>>>>miriam have to do something particular during the compilation of
>>>>BbkSkimManager?
>>>>
>>>>At run time she has the xrootd/bin in her PATH and xrootd/lib in her
>>>>LD_LIBRARY_PATH.
>>>
>>>You need also to set PERL5LIB to point to the lib path, i.e.
>>>$BFROOT/package/xrootd/Linux24RHEL3_i386_gcc323/lib/
>>>
>>>Does this directory include the files XrdClientAdmin.pm and
>>>XrdClientAdmin.so?
>>
>>Thanks for the advice. Yes, it does contain these files.
>>
>>-- gregory
>>
>>
>>>HTH,
>>>	Remi
>>>
>>>---------------------------------------------------------------------
>>>If it's green, it's biology. If it stinks, it's chemistry. If it has
>>>numbers, it's math. If it doesn't work, it's technology. (anonymous)
>>>
>>>*********************************************************************
>>>Remigius K. Mommsen                 e-mail: [log in to unmask]
>>>University of California, Irvine       URL:    http://cern.ch/mommsen
>>>c/o SLAC                             voice:        ++1 (650) 926-3595
>>>2575 Sand Hill Road #35                fax:        ++1 (650) 926-3882
>>>Menlo Park, CA 94025, US              home:        ++1 (650) 233-9041
>>>*********************************************************************
>>>
>>