-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad Bad substitution #132
Comments
changed 66 to 25
|
I got error again. make a bash file for easy installation. |
This is the error I get from docker.
|
Do you have installed |
of course [Zend Modules] |
And here an example with |
nano Dockerfile and paste all. and use docker build -t nginx-php7 . ? my project using php7.4 |
The process is the same for php7 or php8 |
my project is using php 7.4. should i write it like this? I can use it if you explain step by step. I'm trying right now. |
If you have installed |
Which version of nginx do you have ? |
im using this commands `apt-get update -yqq && apt-get install -yqq software-properties-common git clone https://github.com/rryqszq4/ngx_php7.git wget 'http://nginx.org/download/nginx-1.18.0.tar.gz' export PHP_LIB=/usr/lib ./configure --user=www --group=www this page -> https://github.com/rryqszq4/ngx_php7 |
But which version is your Nginx? |
|
not compile /root/ngx_php7/src/php/impl/php_ngx_cookie.c:147: undefined reference to zend_parse_parameters' I got error again. make a bash file for easy installation. |
Removing intermediate container 1acc6583748f docker return this message |
yes because that line is specific for the benchmark. |
And remove all the |
thank u.. you say super. |
But if arrive to that line, 10/12 , is that compiled OK. |
this true, please control --> FROM ubuntu:20.04 ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update -yqq && apt-get install -yqq software-properties-common ADD ./ ./ ENV NGINX_VERSION 1.21.3 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git RUN wget -q http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && RUN export WORKERS=$(( 4 * $(nproc) )) && EXPOSE 8080 CMD /nginx/sbin/nginx -c /deploy/nginx.conf |
I deleted all the images. I will start over. |
I'm glad someone answered. |
true file ->
Removing intermediate container ccf12ba59785 |
@ticariofis I have fixed it in this PR. #134 You can use PR as a workaround before it is merged. |
./configure: 68: /root/ngx_php7/config: Bad substitution
if [ ${PHP_VERSION:0:1} -ge "7" ]; then
hello I'm using ubuntu 20
PHP 7.4.25 (cli) (built: Oct 22 2021 12:34:33) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.25, Copyright (c), by Zend Technologies
I couldn't get it to work.
I also tried docker.
It did not happen.
I couldn't get past this error.
Is there a detailed source for installation? step by step.
thanks..
The text was updated successfully, but these errors were encountered: