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

Solved Pocketmine won't start on the Raspberry pi 4(Ubuntu 64bit)

Discussion in 'Help' started by Skyler0x, Mar 31, 2020.

  1. Skyler0x

    Skyler0x Creeper

    Messages:
    4
    Hi. When I downloaded Pocketmine on the Raspberry pi 4 using the 64bit version of Ubuntu and use the ./compile method in this forum here, I get an error saying:
    [ERROR] Selected PHP binary (/usr/bin/php7.2) does not satify some requirements.
    - Unable to find BC Math (bcmath) extension.
    - Unable to find cURL (curl) extension
    - Unable to find Multibyte String (mbstring) extension
    - Unable to find pthreads extension
    - Unable to find the YAML extension
    -Unable to find the Zip extension
    [ERROR] please recompile PHP with the needed configuration, or refer to the installation instructions at http://pmmp.rtfd.io/en/rtfd/installation.html.
     
    HimbeersaftLP likes this.
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    It appears that your directory structure is wrong, because the start script attempts to use the system binary instead of the one you compiled.

    Make sure it looks like this:
    Code:
    .
    ├── start.sh
    ├── PocketMine-MP.phar
    ├── bin
    │   └── php7
            ├── bin
            ├── certs
            ├── include
            ├── lib
            ├── openssl.cnf
            ├── openssl.cnf.dist
            ├── private
            ├── share
            └── var
    
    PS: Thank you and much love for being one of the few people who search for their problem before instantly creating a new thread <3
     
    jasonwynn10 likes this.
  3. Skyler0x

    Skyler0x Creeper

    Messages:
    4
    Thank you for the help.
     
    HimbeersaftLP likes this.
  4. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    No problem. Did it work?
     
  5. Skyler0x

    Skyler0x Creeper

    Messages:
    4
    Yes. :)
     
    HimbeersaftLP likes this.
  6. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Awesome, if you mind, it would be great if you could mark this thread as solved (you can do so using the Thread tools -> edit title button)
     
  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.