[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: validation test



On Mon, 20 Jul 1998 16:39:24 EDT, Shuqian Yan wrote: 
>
>Hi,
>
>I installed ns-2.1b3 verison ( with tcl/tk8.0, otcl-1.0a3 and tclcl-1.0b6), the ns build is ok, but some of the validation test failed, including the routing test. Here is an error message after the manual routing test,
>
>../../ns test-suite-manual-routing.tcl one_client QUIET
>maximum clients per second: 114.218
>optimal bw queue size: 226.69422743055557
>t=0.000: creating clients 0 to 15
>t=0.000: client 0 created
>t=0.000: client 0 started
>t=3.426: client 0 finished (10 pkts, 3.4264963032650391 s)
>total clients started: 1
>total clients finished: 1
>ns: close file3; _o3 finish: Can't locate getopts.pl in @INC at ../../bin/raw2xg line 28.

You have an incomplete installation of perl (you're missing the file
getopts.pl which is part of the standard perl distribution).

   -John Heidemann