Hi, I tried the following sequence of commands to apply a patch ns2mesh80216 to ns2.34 and now my ns2.34 is working properly:
Move to ns-2.34 directory. Unzipped the patch file to the location where ns-2.34 folder resides. If you have already installed ns, run: make distclean or you can also apply the patch and recompile ns: patch -p1 < patch_file && ./configure && make To validate the installation, run: ./validate Reshmi On 8 September 2010 00:31, Reshmi Maulik <[email protected]> wrote: > Hi, > > I had a working ns2.34 installed on my Ubuntu machine. I tried to add > ns2mesh80216 patch for ns2.33 available from > cng1.iet.unipi.it/wiki/index.php/Ns2mesh80216. I followed the > instructions available there, namely, unzipped the patch using > gzip -dc /tmp/ns2mesh80216-2.33-081113.patch.gz | patch -Np1 > and then tried running > make clean > and > make > > While I was successful in unzipping the patch, for the last two > commands, I received an error saying the commands are not found. I > have run the command configure since then, but to no help. Can anyone > help? > > Thanks for any help in advance. > > Regards, > Reshmi. >
