You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone.
So, I'm creating my own project using fastcgipp. I used the code from the helloworld examples without any changes. When building the project, there are no errors. If I want to run it from sh vs code. The program sends, but it needs to be through spawn-fcgi, in this console it does not see spawn-fcgi. If I run it through the linux console, it gives this error:
./Application: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by Projects/cmake/Application/build/lib/fastcgipp/libfastcgipp.so.3).
And if I try spawn-fcgi, I get this one:
spawn-fcgi: child exited with: 1
At the same time, if you take your examples helloworld and run it, the application works without any problems.
The text was updated successfully, but these errors were encountered:
Hello everyone.
So, I'm creating my own project using fastcgipp. I used the code from the helloworld examples without any changes. When building the project, there are no errors. If I want to run it from sh vs code. The program sends, but it needs to be through spawn-fcgi, in this console it does not see spawn-fcgi. If I run it through the linux console, it gives this error:
./Application: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by Projects/cmake/Application/build/lib/fastcgipp/libfastcgipp.so.3).
And if I try spawn-fcgi, I get this one:
spawn-fcgi: child exited with: 1
At the same time, if you take your examples helloworld and run it, the application works without any problems.
The text was updated successfully, but these errors were encountered: