hi
It seems as i am almost done but still my nam is not working...i run the follwing commands as told by you & am getting this now:
s@ubuntu:~$ cd ns-allinone-2.34/ns-2.34/ && sudo make install
[sudo] password for s:
Sorry, try again.
[sudo] password for s:
for d in /usr/local/man/man1; do \
if [ ! -d $d ]; then \
mkdir -p $d ;\
fi;\
done
/usr/bin/install -c -m 755 ns /usr/local/bin
/usr/bin/install -c -m 644 ns.1 /usr/local/man/man1
s@ubuntu:~/ns-allinone-2.34/ns-2.34$ sudo apt-get install xgraph
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ygraph
The following NEW packages will be installed:
xgraph
0 upgraded, 1 newly installed, 0 to remove and 73 not upgraded.
Need to get 87.7kB of archives.
After this operation, 262kB of additional disk space will be used.
Get:1
http://us.archive.ubuntu.com/ubuntu/ lucid/universe xgraph 12.1-12 [87.7kB]
Fetched 87.7kB in 1s (50.8kB/s)
Selecting previously deselected package xgraph.
(Reading database ... 126010 files and directories currently installed.)
Unpacking xgraph (from .../xgraph_12.1-12_i386.deb) ...
Processing triggers for man-db ...
Setting up xgraph (12.1-12) ...
s@ubuntu:~/ns-allinone-2.34/ns-2.34$ tar xvzf nam-1.14.i586.tar.gz
tar: nam-1.14.i586.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
s@ubuntu:~/ns-allinone-2.34/ns-2.34$ cd
s@ubuntu:~$ cd ns-allinone-2.34
s@ubuntu:~/ns-allinone-2.34$ tar xvzf nam-1.14.i586.tar.gz
nam-1.14.i586/
nam-1.14.i586/nam
s@ubuntu:~/ns-allinone-2.34$ sudo cp nam /usr/local/bin/
cp: cannot stat `nam': No such file or directory
s@ubuntu:~/ns-allinone-2.34$ ns
% exit
s@ubuntu:~/ns-allinone-2.34$ nam
No command 'nam' found, did you mean:
Command 'jam' from package 'bjam' (universe)
Command 'jam' from package 'jam' (universe)
Command 'jam' from package 'ftjam' (universe)
Command 'bam' from package 'bam' (universe)
Command 'njam' from package 'njam' (universe)
Command 'cam' from package 'cam' (universe)
Command 'nm' from package 'binutils' (main)
Command 'nm' from package 'binutils-multiarch' (universe)
Command 'nap' from package 'nap' (universe)
Command 'nasm' from package 'nasm' (main)
nam: command not found
s@ubuntu:~/ns-allinone-2.34$
my ns-allinone-2.34 folder is stored in home folder & i also copied downloaded nam-1.14.i586.tar.gz in this ns-allinone-2.34 after that i unzip it..