Print

Print


Jacek,

    For the qserv master, grab:

http://www.slac.stanford.edu/exp/lsst/qserv/download/current/xrootd-qsPatch4.tar.bz2

Then, something like:

 tar -xf xrootd-qsPatch4.tar.bz2
 mkdir xrootd-build
 cd xroot-build
 cmake ../xrootd-qsPatch4 \
            -DCMAKE_INSTALL_PREFIX=/u1/qserv/xrootd-run \
            -DCMAKE_BUILD_TYPE=Debug \
            -DENABLE_PERL=FALSE \
            -DENABLE_FUSE=FALSE \
            -DENABLE_CRYPTO=FALSE \
            -DENABLE_KRB5=FALSE
make install

I'm not sure the ticket that updates qserv-install to do this for you has been merged yet.

Serge

On Sep 17, 2013, at 10:30 PM, Jacek Becla <[log in to unmask]> wrote:

> Silly question: how do I build xrootd these days?
> 
> ./configure.classic --prefix=/u1/qserv/xrootd-run --build=debug
> make
> make install
> 
> does not report any failures, but qserv fails to build
> because of missing XrdUtils lib. As far as I can tell
> older version of qserv didn't need XrdUtils...
> 
> What am I missing?
> 
> I am trying to build a patched version of xrootd if
> that makes any difference.
> 
> thanks
> Jacek
> 
> ########################################################################
> Use REPLY-ALL to reply to list
> 
> To unsubscribe from the QSERV-L list, click the following link:
> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1