GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
210 stars 45 forks source link

NPMP - Cannot install php #61

Closed bxlouis closed 1 year ago

bxlouis commented 1 year ago

Trying to deploy NPMP from the script, I ran into this error:

ERROR: Service 'php7' failed to build: The command '/bin/sh -c apk update && apk add --no-cache build-base shadow vim curl php7 php7-fpm php7-common php7-pdo php7-pdo_mysql php7-mysqli php7-mcrypt php7-mbstring php7-xml php7-openssl php7-json php7-phar php7-zip php7-gd php7-dom php7-session php7-zlib' returned a non-zero code: 17

Looking it up online, I ended up on this thread from the PHP container's git and I am concerned over this comment which says that one should not apk add php.

Could you provide instructions to solve the issue and maybe change the way php is deployed considering this comment?

Thanks a lot for your work!

GreenFrogSB commented 1 year ago

NPMP Web Server was redone and will now use PHP CGI 8.2 - please pull changes down and redeploy. #68