|
@ extreme.indiana.edu
|
gridCVS Sysadmin's GuideInstalled Versions1.11.1p1 1.11.1p1DownloadFirst, download CVS 1.11.1p1 from the CVS Home Page. Then replace the client.c and server.c files with those included in the patch on the gridCVS web page at http://www.globus.org/gridcvs. Configuration./configure --prefix=/l/local/packages/gridcvs/1.11.1p1 --with-gssapi=/l/local/packages/globus/2.0 --disable-server Edit Makefile in top level directory and in src and make sure the lines which have the globus include directory read like this: includeopt = -I/l/local/packages/globus/2.0/include/gcc32 Edit Makefile in src directory and make sure the line which has the globus lib directory read like this: LIBS = -lresolv -L/l/local/packages/globus/2.0/lib -static -lglobus_gss_assist_gcc32 -lglobus_gssapi_gsi_gcc32 -lglobus_ssl_utils_gcc32 -lssl_gcc32 -lcrypto_gcc32 Logs
|