danog / php-libtgvoip

PHP extension that wraps the telegram VoIP library.
https://voip.madelineproto.xyz
GNU Affero General Public License v3.0
24 stars 5 forks source link

make on centos #11

Open davctv opened 2 years ago

davctv commented 2 years ago

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