Difference between revisions of "Suse 10.2"

From VNUML-WIKI
Jump to: navigation, search
(Installing VNUML over Open Suse 10.2)
Line 7: Line 7:
 
</li>
 
</li>
  
<li>Install uml-utilities from  
+
<li>Install uml-utilities from http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm
http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm
 
 
</li>
 
</li>
  
 
<li>Install the following perl modules from CPAN using this command:
 
<li>Install the following perl modules from CPAN using this command:
 
 
   perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr"
 
   perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr"
  
Line 31: Line 29:
  
 
#Install bridge-utilities from yast
 
#Install bridge-utilities from yast
 
+
#Install uml-utilities from http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm
#Install uml-utilities from  
 
http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm
 
 
 
 
#Install the following perl modules from CPAN using this command:
 
#Install the following perl modules from CPAN using this command:
 
 
   perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr"
 
   perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr"
 
 
Note: gcc should be installed for this step to work.
 
Note: gcc should be installed for this step to work.
 
 
 
#Download the latest version of VNUML from http://www.dit.upm.es/vnuml and:  
 
#Download the latest version of VNUML from http://www.dit.upm.es/vnuml and:  
 
 
   tar xfvz vnuml-1.7.0-rc1.tar.gz
 
   tar xfvz vnuml-1.7.0-rc1.tar.gz
 
   cd vnuml-1.7.0-rc1
 
   cd vnuml-1.7.0-rc1
Line 49: Line 39:
 
   make
 
   make
 
   make install (answer "NO" if asked "Are you ready for manual configuration?". Answer the default option to other questions). (repeat "make install" as sometimes some of the modules are not downloaded correctly)
 
   make install (answer "NO" if asked "Are you ready for manual configuration?". Answer the default option to other questions). (repeat "make install" as sometimes some of the modules are not downloaded correctly)
</li>
 

Revision as of 20:34, 28 January 2007

Installing VNUML over Open Suse 10.2

  1. Install bridge-utilities from yast
  2. Install uml-utilities from http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm
  3. Install the following perl modules from CPAN using this command: perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr" Note: gcc should be installed for this step to work.
  4. Download the latest version of VNUML from http://www.dit.upm.es/vnuml and: tar xfvz vnuml-1.7.0-rc1.tar.gz cd vnuml-1.7.0-rc1 ./configure --with-build_modules make make install (answer "NO" if asked "Are you ready for manual configuration?". Answer the default option to other questions). (repeat "make install" as sometimes some of the modules are not downloaded correctly)


  1. Install bridge-utilities from yast
  2. Install uml-utilities from http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm
  3. Install the following perl modules from CPAN using this command:
 perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr"

Note: gcc should be installed for this step to work.

  1. Download the latest version of VNUML from http://www.dit.upm.es/vnuml and:
 tar xfvz vnuml-1.7.0-rc1.tar.gz
 cd vnuml-1.7.0-rc1
 ./configure --with-build_modules
 make
 make install (answer "NO" if asked "Are you ready for manual configuration?". Answer the default option to other questions). (repeat "make install" as sometimes some of the modules are not downloaded correctly)