php-libtgvoip icon indicating copy to clipboard operation
php-libtgvoip copied to clipboard

make on centos

Open davctv opened this issue 4 years ago • 0 comments

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

davctv avatar Dec 01 '21 08:12 davctv