On Feb 25, 2008, at 4:51 AM, Denny Yin wrote:
You'll need to install the gpt autotools and make sure they're in
your path so that the configure script can be generated from the
configure.in. The tools can be downloaded from:
http://www.globus.org/ftppub/gt4/4.0/4.0.1/gpt/
Joe
Hi all,
I added the following to '/etc/profile':
export GLOBUS_LOCATION=/usr/local/globus-4.0.1
export PATH=$GLOBUS_LOCATION/bin:$JAVA/bin:$ANT/bin:$PATH
And then I downloaded the gpt autotools and installed it by run './
build_gpt'.
But the error is the same as last time when I try to generate
service bindings using blog_service.wsdl. Maybe I should do some
other setting? (Joe suggested that 'You'll need to install the gpt
autotools and make sure they're in your path so that the configure
script can be generated from the configure.in.', but I can't get the
exact meaning of it.)
Need help.
My Globus configuration:
Debian 3.1 r0a "Sarge"
Globus 4.0.1 Binary
$GLOBUS_LOCATION=/usr/local/globus-4.0.1
Thanks.
Regards,
Denny
Download:
http://www.globus.org/ftppub/gt4/4.0/4.0.1/gpt/gpt-3.2autotools2004-src.tar.gz
tar zxf gpt-3.2autotools2004-src.tar.gz
cd gpt-3.2autotools2004
Download:
http://www.globus.org/ftppub/gt4/4.0/4.0.0/gpt/autotools-for-gpt3.2autotools2004.tar.gz
tar zxf autotools-for-gpt3.2autotools2004.tar.gz
./install-autotools PATH
with PATH being where you want the patched autotools to be installed
Then add that PATH to your $PATH environment variable, and you should
be able to build the source package.
Joe