instaling ioncube

Discussion in 'Site & Server Administration' started by RECEP, Jan 2, 2011.

  1. #1
    hello friends, tring to install ioncube loader to my server, fallowing these steps...
    But when l say "
    " in ssh, it says
    I cant go to the next step be4 l pass this one.
    can some1 help me?
     
    RECEP, Jan 2, 2011 IP
  2. richammond

    richammond Active Member

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #2
    you need to put the absolute path : try : mv /ioncube/* /usr/local/
     
    richammond, Jan 2, 2011 IP
  3. RECEP

    RECEP Well-Known Member

    Messages:
    1,855
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    195
    #3
    I made these :

    root@server [~]# wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
    --2011-01-02 10:57:44-- http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
    Resolving downloads2.ioncube.com... 64.85.170.46
    Connecting to downloads2.ioncube.com|64.85.170.46|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 2669066 (2.5M) [application/x-gzip]
    Saving to: `ioncube_loaders_lin_x86.tar.gz'

    100%[======================================>] 2,669,066 953K/s in 2.7s

    2011-01-02 10:57:48 (953 KB/s) - `ioncube_loaders_lin_x86.tar.gz' saved [2669066/2669066]
     
    RECEP, Jan 2, 2011 IP
  4. st1905

    st1905 Well-Known Member

    Messages:
    573
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    135
    #4
    Corrrected commands should be

    tar -zxvf ioncube_loaders_lin_x86.tar.gz
    mv ioncube /usr/local/
    
    Code (markup):
    You have changed directory to ioncube and tried to move ioncube directory to the /usr/local but there was no ioncube directory there so dont cd into ioncube directory after extracting gzipped tar package.
     
    st1905, Jan 2, 2011 IP
  5. RECEP

    RECEP Well-Known Member

    Messages:
    1,855
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    195
    #5
    thanks a lot, l solved that issue with a hand of my friend.
     
    RECEP, Jan 2, 2011 IP