• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Trying to install another php version, KB 118378, error with fork

SalvadorS

Regular Pleskian
Hello and thanks for reading,

I have a server with php 5.3.7, Plesk 11.5.30 (Debian 6) and I want to install php 5.4.36. I followed instructions on KB 118378 and I don´t know how to fix this error:

checking for fork... no
configure: error: pcntl: fork() not supported by this platform


If anybody know please let me know

Thanks
 
Thanks IgorG

Check the bug but no solution about it.

Also I have php 5.3.7 installed on the server (as Plesk 11.5 needs it) and I don´t understand the bug...

Also I check error and for on config.log but I don´t find clear info to solve the issue:

configure:67488: checking for fork
conftest.c:363: warning: conflicting types for built-in function 'fork'
| /* Define fork to an innocuous variant, in case <limits.h> declares fork.
| #define fork innocuous_fork
| which can conflict with char fork (); below.
| #undef fork
| char fork ();
| #if defined __stub_fork || defined __stub___fork
| return fork ();
configure:67497: error: pcntl: fork() not supported by this platform
 
Back
Top