SAM33 / opendpi

Automatically exported from code.google.com/p/opendpi
GNU Lesser General Public License v3.0
0 stars 0 forks source link

problem installing required system packages #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sudo apt-get install gcc make libpcap-dev
2.
3.

What is the expected output? What do you see instead?
apt-get command not found

What version of the product are you using? On what operating system?
2.6.23.1-42.fc8

Please provide any additional information below.

Original issue reported on code.google.com by Jyotsna....@gmail.com on 9 Jan 2010 at 8:08

GoogleCodeExporter commented 8 years ago
This is not a bug in the openDPI project. Make sure you are working on a debian
system or some derivative. Other linux distributions may not know apt-get

Original comment by nick.ver...@gmail.com on 3 Feb 2010 at 9:25

GoogleCodeExporter commented 8 years ago
Additional information for this bug:

The version number "2.6.23.1-42.fc8" belongs to a kernel from Fedora Core 8, 
which 
uses "yum" instead of "apt-get" to retrieve packages.  The package names are 
also 
different.

The OpenDPI Manual has examples for Debian/Ubuntu and OpenSuse distributions.  
If you 
could add a section for Red Hat, CentOS and Fedora users, please add the 
following 
text to the manual under "Installation of Required System Packages":

  To install these packages on Fedora, Red Hat or CentOS systems, use:

  sudo yum install gcc make libpcap-devel

-- 
Regards,
Stig Sandbeck Mathisen

Original comment by sti...@gmail.com on 5 Mar 2010 at 1:24