-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Production build fails on Debian 12/php 8.2 #107
Comments
Have you installed php-config and can you confirm it exists on your system? |
Thanks for getting back ! Yes, it is installed and globally reachable from /usr/bin/php-config. |
This is the second issue for debian, I'll be running tests on debian 12 to see what's going on, seems really strange |
If you need any log files or other diagnostics, please let me know - I'll be glad to help. Do you have a binary artefact of the php8.2-compatible build somewhere that I could try ? Just an idea. |
You can follow the @ciaran-moore example by giving us detailed information. |
I successfully installed the prerequisites, but when invoking the cmake command in the root folder, I get
CMake Error at cmake/FindPHPConfig.cmake:34 (find_program):
Could not find PHP_CONFIG_EXECUTABLE using the following names: php-config
Call Stack (most recent call first):
CMakeLists.txt:37 (find_package)
I downloaded the latest zip from github. Thanks for any pointers.
The text was updated successfully, but these errors were encountered: