This information is for a release that is no longer supported by the Globus Toolkit. The currently supported versions of the Globus Toolkit are 4.2 (recommended) and 4.0.
Globus Toolkit 3.2: Installation Guide
Overview
Before You Begin
Support Software
Installing GT 3.2
Configuring
Testing
>Troubleshooting
Troubleshooting Your Installation
-
Build Errors
- Information Services fails to build with gcc 3.2 during compilation of cyrus-sasl.
- My build is taking a very long time to complete. I have left it running for hours, but nothing seems to be happening. I see several java processes sitting idle. I'm using JDK 1.3.1.
- "Information Services fails to build with gcc 3.2
during compilation of cyrus-sasl."
This is a problem that stems from the following warning that appears in gcc 3.2:
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
There are several possible solutions. First, you can upgrade your compiler to a more recent version of gcc. Alternately, you can patch gcc 3.2, or use a workaround wrapper script. These are available in comments 16 and 17 in bug 488 in the Globus Project's bugzilla.
- "My build is taking a very long time to complete.
I have left it running for hours, but nothing seems to be happening.
I see several java processes sitting idle. I'm using JDK
1.3.1."
JDK 1.3.1 sometimes hangs for no apparent reason during the compilation of our code. It does not happen every time. If you exit the build and try again, it might work. We recommend you upgrade to a newer JDK if you experience this trouble.
