I'm trying to install globus toolkit 4.0.8 on Ubuntu 8.04. Before the
installation I installed from the repository the following packages:
g++
gcc (version 4.2)
postgresql
psql
tar
zlib-bin
sed
iodbc
perl
make
libiodbc2
libiodbc2-dev
zlib1g-dev
sun-java5-jre
sun-java5-plugin
sun-java5-fonts
sun-java5-jdk
ant
and i setted this variable:
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun/
export ANT_HOME=/usr/share/ant/
export PATH=$ANT_HOME/bin:$JAVA_HOME/bin:$PATH
then i did:
./configure --prefix=/usr/local/globus-4.0.8/ \--with-iodbc=/usr/lib
make
and after make i got this output:
cd gpt && OBJECT_MODE=32 ./build_gpt
build_gpt ====> installing GPT into /usr/local/globus-4.0.8/
build_gpt ====> building
/home/danilo/Globus/gt4.0.8-all-source-installer/gpt/support/Compress-Zlib-1.21
build_gpt ====> building
/home/danilo/Globus/gt4.0.8-all-source-installer/gpt/support/IO-Zlib-1.01
build_gpt ====> building
/home/danilo/Globus/gt4.0.8-all-source-installer/gpt/support/makepatch-2.00a
build_gpt ====> building
/home/danilo/Globus/gt4.0.8-all-source-installer/gpt/support/Archive-Tar-0.22
build_gpt ====> building
/home/danilo/Globus/gt4.0.8-all-source-installer/gpt/support/PodParser-1.18
build_gpt ====> building
/home/danilo/Globus/gt4.0.8-all-source-installer/gpt/support/Digest-MD5-2.20
build_gpt ====> building
/home/danilo/Globus/gt4.0.8-all-source-installer/gpt/packaging_tools
/usr/local/globus-4.0.8//sbin/gpt-build -srcdir=source-trees-thr/core/source
gcc32dbgpthr
gpt-build ====> Changing to
/home/danilo/Globus/gt4.0.8-all-source-installer/source-trees-thr/core/source
gpt-build ====> BUILDING FLAVOR gcc32dbgpthr
GLOBUS_LOCATION=/usr/local/globus-4.0.8/; export GLOBUS_LOCATION;
GLOBUS_CC=gcc; export GLOBUS_CC;
/home/danilo/Globus/gt4.0.8-all-source-installer/source-trees-thr/core/source/configure
--with-flavor=gcc32dbgpthr --enable-debug --with-threads=pthreads
/home/danilo/Globus/gt4.0.8-all-source-installer/source-trees-thr/core/source/configure:
line 1183: config.log: Permission denied
gpt-build ====> ...SKIPPING gcc32dbgpthr
gpt-build ====> Changing to /usr/local/globus-4.0.8/etc
WARNING: The following flavors are not supported for this platform:
gcc32dbgpthr
/usr/local/globus-4.0.8//sbin/gpt-build
-srcdir=source-trees-thr/gsi/openssl_gpt gcc32dbgpthr
gpt-build ====> Changing to
/home/danilo/Globus/gt4.0.8-all-source-installer/BUILD/globus_core-4.30/
gpt-build ====> BUILDING FLAVOR gcc32dbgpthr
gpt-build ====> Changing to
/home/danilo/Globus/gt4.0.8-all-source-installer/BUILD
gpt-build ====> REMOVING empty package globus_core-gcc32dbgpthr-pgm_static
gpt-build ====> REMOVING empty package globus_core-noflavor-doc
gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_openssl
gpt-build ====> Changing to
/home/danilo/Globus/gt4.0.8-all-source-installer/source-trees-thr/gsi/openssl_gpt
gpt-build ====> BUILDING FLAVOR gcc32dbgpthr
RFT
After this point it doesnt go forward... (I waited the all night)
In my opinion there should be some problem with gcc32dbgpthr but i cant find
anything on internet...
Can somebody help me??
Thanks
Danilo Delizia