-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello!
Great script!
Unfortunately we are having issues compiling the packages: We are able to do the .configure but we are getting errors while running .make. Below is the error
FYI we are running:
centos 6.8
PHP 5.5
We have successfully installed libspf2 development library:
[root@Application_Hosting1 php-spf]# rpm -qa libspf2
libspf2-1.2.10-5.20150405gitd57d79fd.el6.x86_64
[root@Application_Hosting1 php-spf]# rpm -qa libspf2-devel
libspf2-devel-1.2.10-5.20150405gitd57d79fd.el6.x86_64
This is the Error
[root@Application_Hosting1 php-spf]# make
/bin/sh /root/php-spf/libtool --mode=compile cc -I. -I/root/php-spf -DPHP_ATOM_INC -I/root/php-spf/include -I/root/php-spf/main -I/root/php-spf -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/php-spf/spf.c -o spf.lo
libtool: compile: cc -I. -I/root/php-spf -DPHP_ATOM_INC -I/root/php-spf/include -I/root/php-spf/main -I/root/php-spf -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/php-spf/spf.c -fPIC -DPIC -o .libs/spf.o
/root/php-spf/spf.c: In function ëcreate_spf_responseí:
/root/php-spf/spf.c:272: error: ëzend_class_entryí has no member named ëdefault_propertiesí
/root/php-spf/spf.c: In function ëcreate_spfí:
/root/php-spf/spf.c:308: error: ëzend_class_entryí has no member named ëdefault_propertiesí
/root/php-spf/spf.c: In function ëzim_Spf___constructí:
/root/php-spf/spf.c:349: error: ëNETDB_SUCCESSí undeclared (first use in this function)
/root/php-spf/spf.c:349: error: (Each undeclared identifier is reported only once
/root/php-spf/spf.c:349: error: for each function it appears in.)
Thanks a lot in advance!