On Aug 20, 2008, at 10:58 PM, xingyun323 wrote:
Hi,
My os is FC6 and I get gt4.2.0-x86_fc_4-installer.tar.gz from the
globus' web, but when installed it, I got some problem.
So, I want to install the source code base on my computer by myself,
I download the package of source code(gt4.2.0-all-source-
installer.tar.gz), I made it successfully and installed it.
Now, I want to make globus binary installer based on the source
code package well made so that anyone else in FC6 can install it
easily without making the source code everytime. could you tell me
how to do it?
thanks.
One choice is to make a tar file out of the installation directory
before running make install.
The way we do it is like this:
export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/globdev/CVS/
globus-packages
cvs co -r globus_4_2_branch packaging
cd packaging
./make-packages.pl --packages=globus_core --deps --skippackage --
skipbundle
fait_accompli/bundle-binaries $GLOBUS_LOCATION /path/to/42installer/
Makefile.in
The binary installer will be in the tmp/ subdirectory.
Charles