Native libraries used by the StoRM backend to access underlying file system functionality.
- Scientific Linux 5 on x86_64 architecture
- Scientific Linux 6 on x86_64 architecture
Some of the packages needed to build storm-native-libs are in the EPEL repository. To enable it run
yum install epel-release
You need git to get the code, and ant (libtool, automake, autoconf) and gcc and gcc-c++ to build it.
The other dependcies are
- lcmaps-without-gsi-devel
Build command:
./bootstrap
./configure --with-java_home=%{java_home} --enable-gpfs
make