1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Linux help

Discussion in 'Help' started by Liam, Sep 16, 2017.

  1. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    Its asking for "php 7.2" yet i already have that downloaded
     
  2. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    i used command
    sudo apt-get install php7.0
     
  3. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    You need a php binary in your pocketmine directory. You can get it with
    Code:
    wget -O bin https://jenkins.pmmp.io/job/PHP-7.2-Linux-x86_64/lastSuccessfulBuild/artifact/PHP_Linux-x86_64.tar.gz
    After doing the following, can you do ls in your pocketmine directory and tell me what you get?
     
  4. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    this poped up:
    bin: Is a directory
     
  5. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    I think you did something wrong with ls.
    Try again.
     
    Liam likes this.
  6. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
  7. sharletsings123

    sharletsings123 Baby Zombie

    Messages:
    116
    GitHub:
    sharletk
    I believe I had done it in some other way which had worked for me, I will try to remember it and post it over here.
     
    Liam likes this.
  8. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    That would be great!
     
  9. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    Liam likes this.
  10. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    It opened up a file and is letting edit whats inside it i think
     
  11. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    (xenial)liam@localhost:~$ cd PocketMine
    (xenial)liam@localhost:~/PocketMine$
     
  12. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    the Untar is not working.
     
  13. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    Still you haven't done ls have you..?
    You really need to learn some linux terminal.
    It doesn't let you edit, it changed directory (cd = change directory) to your pocketmine directory.
    After cd-ing to your pocketmine directory, run the command "ls" and tell me what you get.
    tar -xzvf filename.tar.gz
    As we saved the bin as bin.tar.gz, you should replace filename.tar.gz with bin.tar.gz. (just wanted to tell in case you're confused)
     
    EdwardHamHam likes this.
  14. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    Not letting me edit
     
  15. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    It's not supposed to let you edit. :facepalm:
     
    EdwardHamHam and Liam like this.
  16. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    Liam likes this.
  17. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
    after i do all of that what do i do? @
     
  18. Liam

    Liam Spider Jockey

    Messages:
    38
    GitHub:
    itzgucci
  19. NickTehUnicorn

    NickTehUnicorn Zombie

    Messages:
    200
    GitHub:
    unickorn
    What you used before wasn't the exact same.
     
    EdwardHamHam likes this.
  20. Kenner

    Kenner Spider Jockey

    Messages:
    25
    GitHub:
    Enzoomet
    Okay - well if you think it's not the latest version.. Then update again:

    1. Remove the PocketMine-MP.phar file:
    rm PocketMine-MP.phar

    2. Download the latest PocketMine-MP.phar file again:
    curl -sL https://get.pmmp.io | bash -s - -r

    3. Learn Linux:
    Google "Linux Tutorials"
     
    Liam and EdwardHamHam like this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.