Hi Charles,

>>Do you have GNU sed installed? 

I don't think this solaris box has gnu sed. It has minimal gnu
utilities on it. It is not my machine but I could install a local copy
of gnu sed if that is really necessary. I did work out a replacement
script and rest of the globus code(that I needed) build with no
problem.

#!/bin/sh

. $GLOBUS_LOCATION/etc/globus-user-env.sh

hn=`$GLOBUS_LOCATION/bin/globus-hostname`

perl  -i.bak  -pe "s{@@HOST@@}{$hn}g"  
$GLOBUS_LOCATION/etc/globus_wsrf_mds_index/default
_providers/*.xml

perl $GLOBUS_LOCATION/setup/globus/setup-mds-example-provider.pl

exit 0


note, I also replaced the 'source' to '.' in the script. 

thanks

mei

Reply via email to