Usually that would imply that gpt-postinstall wasn't called, which is
usually done by the "make install" from the installer. If you run
$GLOBUS_LOCATION/sbin/gpt-postinstall, is it created? It's part of
the globus_common_setup package.
Charles
On Apr 11, 2008, at 12:09 PM, Ole Weidner wrote:
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