error while compiling my build

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ushasivaram
    New Member
    • Sep 2007
    • 1

    #1

    error while compiling my build

    hi,

    while compiling my build in REDHAT 9 i got the following error saying as:

    /modules/opensrc/openssl-0.9.8d/ssl sslhttp.c -o ../../../../../modules/system/ENTR-V4/lx/obj/sslhttp.o
    In file included from sslhttp.c:64:
    ../../porting/lx/driver/fleet/fleetcmn.h:489: 30: warning: crypto/cryptodev.h: No such file or directoryIn file included from sslhttp.c:64:
    ../../porting/lx/driver/fleet/fleetcmn.h:512: field `d_sess' has incomplete type
    ../../porting/lx/driver/fleet/fleetcmn.h:519: confused by earlier errors, bailing out

    please suggest me the solution for the above error
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    The file crypto/cryptodev.h can not be found by the compiler (the clue is in the error message :-) ).

    Ensure that you have this file in your soruce tree and that the path it is in has been supplied to the compiler.

    Comment

    Working...