Linux Commands

Discussion in 'Site & Server Administration' started by newzone, Feb 19, 2008.

  1. #1
    I don't understand how to execute a command like this on linux ./configure; make if the hosting i have is linux :confused:
     
    newzone, Feb 19, 2008 IP
  2. gate2vn

    gate2vn Peon

    Messages:
    809
    Likes Received:
    33
    Best Answers:
    1
    Trophy Points:
    0
    #2
    You will need ssh access for executing commands
     
    gate2vn, Feb 19, 2008 IP
  3. newzone

    newzone Well-Known Member

    Messages:
    2,865
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    135
    Digital Goods:
    1
    #3
    ok thanks, now i understand
     
    newzone, Feb 19, 2008 IP
  4. boltok

    boltok Active Member

    Messages:
    257
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    78
    #4
    Wow. That was quick and simple and it's hard for me to believe you can understand everything from one line like that.

    That's actually 2 commands; "./configure" and "make". These are usually used to compile packages from source code and you shouldn't be requiring them unless you're doing something very specialized. Hope you really got it all.
     
    boltok, Feb 20, 2008 IP