Skip to content
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

make on centos #11

Open
davctv opened this issue Dec 1, 2021 · 0 comments
Open

make on centos #11

davctv opened this issue Dec 1, 2021 · 0 comments

Comments

@davctv
Copy link

davctv commented Dec 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant