Difference between revisions of "Suse 10.2"
Line 43: | Line 43: | ||
perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr; force install NetAddr::IP" | perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr; force install NetAddr::IP" | ||
− | Note: gcc | + | Note: basic c/c++ development tools (gcc, make, etc) must be installed for this step to work. |
− | <li>Download the latest version of VNUML from http://www.dit.upm.es/vnuml and: | + | <li>Download the latest version of VNUML from http://www.dit.upm.es/vnuml and install it: |
</li> | </li> | ||
− | tar xfvz | + | tar xfvz vnuml_1.7.3.orig.tar.gz |
− | cd vnuml-1.7. | + | cd vnuml-1.7.3 |
./configure --with-build_modules | ./configure --with-build_modules | ||
make | make | ||
make install (Note: answer "NO" if asked "Are you ready for manual configuration?") | make install (Note: answer "NO" if asked "Are you ready for manual configuration?") | ||
+ | |||
+ | |||
+ | |||
</ol> | </ol> |
Revision as of 22:51, 28 January 2007
Installing VNUML over Open Suse 10.2
Important note: |
---|
There is a problem with vnuml 1.7.3 in Suse related with vnumlize functionality. The parser hangs after printing:
To avoid the problem, just type "crtl-C" afert the above message or better use the "-Z" option to disable vnumlize functionallity: vnumlparser.pl -t simple.xml -v -u root -Z This problem does not happen with vnuml 1.8 version. |
Installation steps:
- Install "bridge-utilities" which is available from Yast2
- Download uml-utilities from http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm and install them:
- Install the following perl modules from CPAN using this command:
- Download the latest version of VNUML from http://www.dit.upm.es/vnuml and install it:
rpm -i uml-utilities-20040406-35.i586.rpm
perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr; force install NetAddr::IP"
Note: basic c/c++ development tools (gcc, make, etc) must be installed for this step to work.
tar xfvz vnuml_1.7.3.orig.tar.gz cd vnuml-1.7.3 ./configure --with-build_modules make make install (Note: answer "NO" if asked "Are you ready for manual configuration?")