libnet.h

Discussion in 'C' started by en_7123, Mar 7, 2010.

  1. en_7123

    en_7123 New Member

    Joined:
    Feb 11, 2010
    Messages:
    105
    Likes Received:
    0
    Trophy Points:
    0
    When i try to compile a program .The compiler throws an error saying
    no such file libnet.h
    I'm usin fedora.What could be wrong
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    The error means either libnet.h doesn't exist on your computer or the compiler is not looking in the correct place. First look for this file. If you don't find it then you need to install something. If you do find it then you need to add the location to the compiler's header file search path.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice