eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

I can not run helloworld example correctly #75

Closed deusomax closed 5 years ago

deusomax commented 5 years ago

Hi @eddic: I cloned fastcgipp,and compile it successfully,then,I run make helloworld.fcgi to generate executable. But I found it listen none port, no bind syscall used, and listen complain "illege seek" error. My question is how run it correctly

deusomax commented 5 years ago

oh,I successfully run helloword by spawn-fcgi, it can not run standalone.