Dear all,
This might not be new, but i have difficulities on installing cpdflib together with php,
i've tried to follow the steps as in
http://www.phpbuilder.com/mail/php-developer-list/2000051/0501.php
by modifying the cpdflib directory and the header file, but still got errors during compilation:
compile errors:
nternal_functions.c:35: phpext_xml_ptr' undeclared here (not in a function)
internal_functions.c:35: initializer element is not constant
internal_functions.c:35: (near initialization forphp_builtin_extensions[0]')
internal_functions.c:36: phpext_standard_ptr' undeclared here (not in a functio
n)
internal_functions.c:36: initializer element is not constant
internal_functions.c:36: (near initialization forphp_builtin_extensions[1]')
internal_functions.c:37: phpext_session_ptr' undeclared here (not in a function
)
internal_functions.c:37: initializer element is not constant
internal_functions.c:37: (near initialization forphp_builtin_extensions[2]')
internal_functions.c:38: `phpext_posix_ptr' undeclared here (not in a function)
internal_functions.c:38: initializer element is not constant
my configure:
./configure --with-apache=/usr/local/src/apache_1.3.26
--enable-track-vars --with-mcrypt --with-xml --with-openssl --with-cpdflib
my system:
Redhat linux 7.3
Apache 1.3.26 + ssl 1.48
Php 4.2.1
Thanks very much in advance for any indications.
deharsh