Skip to content

Various plugins to create preferences for the Xrootd redirection

Notifications You must be signed in to change notification settings

bbarrefors/xrootd-prefs-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPENDENCIES
Install PyGeoIP module for python
wget --no-dependencies https://pypi.python.org/packages/source/p/pygeoip/pygeoip-0.2.7.tar.gz
OR
wget --no-check-certificate https://pypi.python.org/packages/source/p/pygeoip/pygeoip-0.2.7.tar.gz
(There is a bug in wget which won't allow SSL from pypi.python.org)

tar -zxvf pygeoip-0.2.7.tar.gz
cd pygeoip-0.2.7
python setup.py install (might need sudo)
That's it!

INSTALL

mkdir /path/to/build/
cd /path/to/build/
ccmake /path/to/source/
Make sure CMAKE_INSTALL_PREFIX is same as xrootd install dir (most likely /usr, default is /usr/local)
Press c
Press g
cmake /path/to/source/
make


RUN
Add 
cms.xmilib /path/to/build/src/libPref<wanted plugin>Xmi.so
to your .cfg file for the redirector

About

Various plugins to create preferences for the Xrootd redirection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.9%
  • Python 17.1%