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
