Menu

Configure problems RH9

Help
Anonymous
2003-05-14
2003-05-14
  • Anonymous

    Anonymous - 2003-05-14

    Hi All,

    I'm having problems running ./configure under RH9 get the following error

    checking for vsnprintf... yes
    checking for snprintf... yes
    checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

    this is a standard install of RH9???

    Any help would be appreciated.

    Thanks

     
    • Adam Geitgey

      Adam Geitgey - 2003-05-14

      You are missing the "include files", not the actual program files.  That means you are missing the stuff you need to compile programs, not the stuff needed to run programs.

      Redhat seperates the actual programs from the files needed to compile other programs. 

      For example, you have the pacakge XFree86 installed, but you don't have XFree86-devel installed.  The devel package includes the header files, so install that one. 

       

Log in to post a comment.