PROBLEM SOLVED
Hi, i discovered a great website https://www.mysterydata.com/ with a great administrator where you can find many guides for CWP and more, also by registering for free on the forum i found the solution to this problem thanks to the courtesy and extreme availability of the administrator.
SOLUTION:
https://forum.mysterydata.com/topic/5/cwp-how-to-update-apcu-from-v5-1-12-to-the-latest-and-stable-apcu-v5-1-18
Good day and good work to all !
It's not solved while I'm installing Akeneo,
[root@mian sub.mydomain.com]# NO_DOCKER=true make dev
make dependencies
make[1]: Entering directory '/home/aketest/sub.mydomain.com'
php -d memory_limit=4G /usr/local/bin/composer update
Do not run Composer as root/super user! See
https://getcomposer.org/root for details
Continue as root/super user [yes]? y
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- akeneo/pim-community-dev[v5.0.0, ..., v5.0.67] require ext-apcu * -> it is missing from your system. Install or enable PHP's apcu extension.
- Root composer.json requires akeneo/pim-community-dev ^5.0.0 -> satisfiable by akeneo/pim-community-dev[v5.0.0, ..., v5.0.67].
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/bin/php.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-apcu` to temporarily ignore these required extensions.
make[1]: *** [Makefile:64: composer.lock] Error 2
make[1]: Leaving directory '/home/aketest/sub.mydomain.com'
make: *** [Makefile:74: dev] Error 2