Do you have GNU sed installed? It is listed as a requirement:
http://www.globus.org/toolkit/docs/4.0/admin/docbook/ch03.html#s-prereq-required
Charles
On Jul 17, 2008, at 1:04 PM, Mei-Hui Su wrote:
Hi,
I am compiling on solaris 2.9, and while make install, I got the
following message.
running /xxx/BUILD/setup/globus/setup-mds-example-provider..
[ Changing to /xxx/BUILD/se
tup/globus ]
/xxx/BUILD/setup/globus/setup-mds-example-provider: source: not found
sed: illegal option -- i
..Done
looking at setup-mds-example-provider.
#! /bin/sh
source $GLOBUS_LOCATION/etc/globus-user-env.sh
hn=`$GLOBUS_LOCATION/bin/globus-hostname`
sed -i .bak "s|@@HOST@@|$hn|g" $GLOBUS_LOCATION/etc/
globus_wsrf_mds_index/default_pr
oviders/*.xml
perl $GLOBUS_LOCATION/setup/globus/setup-mds-example-provider.pl
exit 0
this is not going to work on this solaris box.
thanks
mei