Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lu-ark

Pages: [1]
1
PHP / Re: Fail PHP-FPM build
« on: September 15, 2023, 05:31:31 PM »
I'm trying to compile several under PHP, I have those in use on that server, I need 7 and up, but it doesn't matter which one I compile, they all give the same error.

I only put the end because the rest, the provisioning etc. did not throw errors.

2
PHP / Fail PHP-FPM build
« on: September 14, 2023, 05:57:49 PM »
When compiling php-fpm it throws CMAKE errors

Code: [Select]
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
shtool:echo:Warning: unable to determine terminal sequence for bold mode
shtool:echo:Warning: unable to determine terminal sequence for bold mode
checking for cc... no
checking for gcc... no
configure: error: in `/usr/local/src/php-build/php-7.0.33':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Skipping as php build failed
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Skipping as php build failed
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Skipping as php build failed
exe:/opt/alt/php-fpm70/usr/sbin/php-fpm


Pages: [1]