[uWSGI] php plugin ends with sapi global error, no start

2019-02-03 Thread Tamer Higazi
Hi everybody, I built the uWSGI php plugin, and I am not getting it to run. I tried it with all latest versions of php 7.1, 7.2 and 7.3 and I get always the same errors displayed. Anybody knows why and what is going wrong up here ? If anybody can tell me what i did wrong, I would kindly thank

Re: [uWSGI] php plugin ends with sapi global error, no start

2019-02-03 Thread Krzysztof Warzecha
> Steps to reproduce: > 1 - download php and build it with: ./configure > --prefix=/usr/local/php71-emb --enable-mbstring --enable-embed > make, and make install. Is there any reason why you are not using libphp7.1-embed from the repositories? (I'm assuming you are running Debian) > 2 - build the