stefanocasazza / ULib

C++ application development framework, to help developers create and deploy applications quickly and simply
GNU Lesser General Public License v3.0
947 stars 107 forks source link

Plugins stage init failed - Exiting... #12

Closed omid closed 9 years ago

omid commented 9 years ago

After configuring with "./configure" and compiling, it returns "Plugins stage init failed - Exiting..." error for fcgi plugin

stefanocasazza commented 9 years ago

Hi,

we give me very few information...

Have you done make install ?

In general to help me diagnose any problem, please configure ULib with debug (--enable-debug), install it (make install), run any program in an environment with the DEBUG vars set to semething like: export UTRACE='0 30M -1' export UTRACE_SIGNAL='0 30M -1' (for the eventually forked instance of the program...) so it produce a trace file in its current directory for every instance of the program..

You can send me these files (compressed)

2015-08-27 19:16 GMT+02:00 Omid Mottaghi notifications@github.com:

After configuring with "./configure" and compiling, it returns "Plugins stage init failed - Exiting..." error for fcgi plugin

— Reply to this email directly or view it on GitHub https://github.com/stefanocasazza/ULib/issues/12.

omid commented 9 years ago

Thanks a lot, you lead me to find the problem. It's because php-fpm socket don't have read permission for my user.

So I run the web server with desired user (http).