Grid Storage Source Availability
Grid Storage Installation Instructions
-
First, unpack the first two tarfiles mentioned above:
- gzip -dc libwww-stuff-jan00.tar.gz | tar xvf -
- gzip -dc grid_storage-0.12.tar.gz | tar xvf -
-
Build the WWW support libraries
- setenv GLOBUS_INSTALL_PATH <path to Globus>
- cd libwww-stuff
- sh configure --prefix=<path to install into>
- cd ..
-
Build th Grid Storage Client Libraries and Programs.
- cd grid-storage-0.12
- ./configure --prefix=<path to install into> \
--with-libwww-path=<prefix used step 2> \
--with-globus-www-path=<prefix used in step 2> \
--with-drivers=file,www
- gmake
- gmake install