sam.chen ??:
> Hi,
>
> i am not sun internal user, so i just download netperf from www.netperf.com,
> after i install netperf ,my install path is /usr/local/bin. so when i
> configure NICDRV, it report error that can not find netperf path. i just open
> ~SUNWstc-nicdrv/cofigure, i find that block:
>
> if [ -z ../$dir_bin/netperf]
>
> i just modify this to:
>
> if [-z /usr/local/bin/netperf]
>
> everything is ok.
>
> so i suggest support options to configure netperf path if there are not sun
> internal users.
>
> please confirm it.
>
> sam.chen
>
Hi sam chen
You should modify config.vars file
NETPERF_HOME=${NETPERF_HOME:-"${STF_TOOLS}/../SUNWstc-netperf2/bin/"}
to your netperf directory.
BTW,for users convenience to install and configure nicdrv,we provide a
automatically tool
Download link at
http://www.opensolaris.org/os/community/device_drivers/auto_nicdrv_1119.tar.bz2
Any questions please let me know.
-yuan.fan