Results 1 to 3 of 3
Hi,
I am trying to install libnet on fedora but I cannot find any information on installation in the package.I would be happy to receive any information or instructions for ...
- 03-18-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
[SOLVED] how to install libnet
Hi,
I am trying to install libnet on fedora but I cannot find any information on installation in the package.I would be happy to receive any information or instructions for installing libnet on fedora.
Regards to all.
- 03-18-2010 #2
libnet package is available in RPMForge repository. Have you installed that repository and tried to install libnet through yum?
Which version of Fedora are you using?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-19-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
how to install libnet
I am using fedora 12. I installed libnet in the following way
I downloaded libnet from the net and used the following commands to install it ./ configure
make
make install
I tested it with a small program in C that included the libnet library
# include <libnet.h> and the program has got compiled.
Thanks


