Aloha,
we use a m4 macro for our project to detect the installed Globus
version, flavors, components, etc.
The macro calls $GLOBUS_LOCATION/bin/globus-makefile-header to
determine some of the required parameters. Everything works fine with
recent Globus versions (>=4.0) but with the latest 4.0.7 release we
ran into problems:
globus-makefile-header calls $GLOBUS_LOCATION/libexec/globus-sh-
tools.sh which in turn calls $GLOBUS_LOCATION/libexec/globus-sh-tools-
vars.sh. This file DOESN'T doesn't exist in our 4.0.7 test
installation. If we copy the file from an older Globus installation on
the same machine, to the 4.0.7 libexec directory, everything works fine.
Could this be a bug in the Globus 4.0.7 installer?
- Ole