how to install Axel ( download manager ) on centos enterprise 5.2

Discussion in 'Site & Server Administration' started by nastynappy, Jul 26, 2008.

  1. #1
    I have dedi servers..
    I wanna install Axel..
    but for some reasons .. I cant..
    I login to my SSH using Putty client.
    it logs me in to my ~ directory.
    then I use this cmd :

    wget http://wilmer.gaast.net/downloads/axel-1.0b.tar.gz

    tar -zxvf axel-1.0b.tar.gz

    cd axel-1.0b

    ./configure

    make install

    it gives this error :

    mkdir -p /usr/local/bin/
    cp axel /usr/local/bin/axel
    cp: cannot stat `axel': No such file or directory
    make: *** [install-bin] Error 1


    Please help...
     
    nastynappy, Jul 26, 2008 IP
  2. god_archang3l

    god_archang3l Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try to make a folder

    mkdir /usr/local/bin/axel

    then

    chmod +x /usr/local/bin/axel

    then try to install
     
    god_archang3l, Jul 26, 2008 IP
  3. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #3
    `make' it first.

    Before you do `make install', type:
    make
    Code (markup):
    Jay
     
    jayshah, Jul 26, 2008 IP
    nastynappy likes this.
  4. nastynappy

    nastynappy Banned

    Messages:
    499
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yeey ! it worked.. Thanks Jayshah !! :D +rep !
     
    nastynappy, Jul 26, 2008 IP