pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.26k stars 1.54k forks source link

your php binaries on Ubuntu (Linux) #4860

Closed TOWUK closed 2 years ago

TOWUK commented 2 years ago

Issue description

Steps to reproduce the issue

  1. set dir ROOT: cd /root
  2. get your bin php: wget https://jenkins.pmmp.io/job/PHP-8.0-Aggregate/lastSuccessfulBuild/artifact/PHP-8.0-Linux-x86_64.tar.gz
  3. untar it: tar xzf PHP-8.0-Linux-x86_64.tar.gz
  4. go to bin php: cd ./bin/php7/bin
  5. get composer: wget https://getcomposer.org/download/2.2.6/composer.phar
  6. go to /root: cd /root
  7. get PMMP git: git clone https://github.com/pmmp/PocketMine-MP.git
  8. go to PMMP git folder: cd ./PocketMine-MP
  9. install it: /root/bin/php7/bin/php /root/bin/php7/bin/composer.phar install --no-dev --classmap-authoritative
  10. MAKE SERVER and warns in console zend opcache user vsts not found: /root/bin/php7/bin/php /root/bin/php7/bin/composer.phar make-server

how fix it?

create folder: /home/vsts/work/1/s copy bin php folder to /home/vsts/work/1/s and run it inside /root/PocketMine-MP folder with command terminal: /home/vsts/work/1/s/bin/php7/bin/php /home/vsts/work/1/s/bin/php7/bin/composer.phar install --no-dev --classmap-authoritative and /home/vsts/work/1/s/bin/php7/bin/php /home/vsts/work/1/s/bin/php7/bin/composer.phar make-server

OS and versions

Plugins

none

Crashdump, backtrace or other files

not have

github-actions[bot] commented 2 years ago

Thanks, but this issue tracker is not intended for support requests. Please read the guidelines on submitting an issue.

Docs | Discord | Forums

TOWUK commented 2 years ago

good work

TOWUK commented 2 years ago

I just don't know where to turn, I wrote here, and then decide for yourself, it's just not critical, but it's inconvenient to run and compile a fresh server core.