We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to install on CentOS but it fails during installation of PHP_CPP.
mkdir -p shared/common mkdir -p shared/zend g++ -Wall -c -std=c++11 -fvisibility=hidden -DBUILDING_PHPCPP -Wno-write-strings -MD -g `php-config --includes` -fpic -o shared/common/modifiers.o common/modifiers.cpp /bin/sh: php-config: command not found common/modifiers.cpp:13:17: fatal error: php.h: No such file or directory #include <php.h> ^ compilation terminated. make: *** [shared/common/modifiers.o] Error 1
Are you able to provide the full install procedure for CentOS?
Thanks and regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to install on CentOS but it fails during installation of PHP_CPP.
Are you able to provide the full install procedure for CentOS?
Thanks and regards
The text was updated successfully, but these errors were encountered: