forked from lostwinder/xrootd-prefs-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
bbarrefors/xrootd-prefs-plugins
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- C++ 82.9%
- Python 17.1%