./configure

Discussion in 'Technical' started by alpheus125, Oct 27, 2011.

  1. alpheus125

    alpheus125 New Member

    Whenever I type ./configure to install a tarball and it says bash: ./configure: No such file or directory
    Please help!
     
  2. id10t

    id10t Member

    If it is a tarball of source code, there should be an INSTALL file or README file. Read 'em.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Did you check (with
    Code:
    ls -l
    ) if the configure script exists (and if it's executable)?
     
  4. alpheus125

    alpheus125 New Member

    It tells me to use ./configure but my computer doesn't like it:confused::confused::confused:
     
  5. falko

    falko Super Moderator Howtoforge Staff

    What about post #3?
     

Share This Page