Hi,
Have configured php(4.0.6) with the following options on a RedHat linux 6.2 :
./configure --with-mysql --with-sablot --enable-track-vars --with-apache=../apache_1.3.23
On compiling apache(1.3.23) i get the following errors.
modules/php4/libphp4.a(sablot.o): In function php_minit_sablot':
/root/php-4.0.6/ext/sablot/sablot.c:231: multiple definition ofSXPF_DISPOSE_NAMES'
modules/php4/libphp4.a(internal_functions.o):/root/php-4.0.6/main/internal_functions.c:69: first defined here
modules/php4/libphp4.a(sablot.o): In function php_minit_sablot':
/root/php-4.0.6/ext/sablot/sablot.c:231: multiple definition ofSXPF_DISPOSE_VALUES'
modules/php4/libphp4.a(internal_functions.o):/root/php-4.0.6/main/internal_functions.c:69: first defined here
modules/php4/libphp4.a(sablot.o): In function php_minit_sablot':
/root/php-4.0.6/ext/sablot/sablot.c:231: multiple definition ofSXPF_SUPPORTS_UNPARSED_ENTITIES'
modules/php4/libphp4.a(internal_functions.o):/root/php-4.0.6/main/internal_functions.c:69: first defined here
collect2: ld returned 1 exit status
make[2]: [target_static] Error 1
make[2]: Leaving directory /root/apache_1.3.23/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory/root/apache_1.3.23'
make: [build] Error 2
Could somebody help me on what this problem could be and what should i do .
Thanks and regards,
Dinesh