Wednesday 31 August 2016

NS2 and Evalvid

The document assists beginners to work with NS2 and Evalvid

https://drive.google.com/open?id=0B6OP6hNOOTM0SGFrQ2I0cEE0RWp2YThValF5WFlOQk1PWF9F

 

Thursday 2 June 2016

Unable to extract the rar from fedora-20 as the packages are not available. So tried with yum install but it is not working ?

[root@gururaj ~]# yum install unrar
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
No package unrar available.
Error: Nothing to do

As fedora-20 repositories are not free software, so the  unrar program is not included. 

It is  available in the RPMFusion repository. Follow the instructions here to enable RPMFusion. Once you've done that, you can simply  

yum install unrar

Wednesday 1 June 2016

XGRAPH 12.2 INSTALLATION IN FEDORA 20

                               After installing NAM-1.15


§[gururaj@localhost ns-allinone-2.35] #  cd  xgraph-12.2
§  [gururaj@localhost  xgraph-12.2] #  ./configure
§  [gururaj@localhost  xgraph-12.2] #  make  clean
§  [gururaj@localhost  xgraph-12.2] #  make

After this you will get an ERROR which is mentioned below
[gururaj@localhost xgraph-12.2]$ make
make  all-am
make[1]: Entering directory `/home/gururaj/ns2/ns-allinone-2.35/xgraph-12.2'
source='xgraph.c' object='xgraph.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I.        -g    -c xgraph.c
/bin/sh: ./depcomp: No such file or directory
make[1]: *** [xgraph.o] Error 127
make[1]: Leaving directory `/home/gururaj/ns2/ns-allinone-2.35/xgraph-12.2'
make: *** [all] Error 2

  type this command
§  [gururaj@localhost  xgraph-12.2] #  automake --add-missing
                               
                      Thereafter compile xgraph-12.2