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

2019-02-06 Thread Krzysztof Warzecha
Hi, Glad you got that working. > However, it is for me still a riddle, why the result of "ldd > php71_plugin.so" pointed to the wrong library. I cannot comment on that as I don't know yet where it pointed :). Could you post output from "ldd php71_plugin.so | grep php"? Right now I can make few

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

2019-02-04 Thread Tamer Higazi
Dear Krzysztof, You were absolutely right. The --dlopen flag did it for me. However, it is for me still a riddle, why the result of "ldd php71_plugin.so" pointed to the wrong library. As I accomplished that, everything worked fine for me. Do you still want the result of the ldd command ? be

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