G'day:

I'm trying to compile PHP with XSLT support using PHP 4.2.1 and RedHat 7.2.

Sablotron 0.95 compiled without complaints. After some unsuccessful 
attempts to recompile PHP with XSLT, I found some PHP patches on the 
Ginger Alliance site, so I applied them and tried to recompile again.

No matter what I do, I get the same error messages at the end of 'make' 
(my source is in /archive/src/php):

/archive/src/php/php-4.2.1/ext/xslt/.libs/libxslt.al(sablot.lo): In function 
`zm_startup_xslt':
/archive/src/php-4.2.1/ext/xslt/sablot.c:153: multiple definition of 
`SXPF_DISPOSE_NAMES'
main/.libs/libmain.al(internal_functions.lo):/archive/src/php/php-4.2.1/main/internal_functions.c:67:
 first defined here

/archive/src/php/php-4.2.1/ext/xslt/.libs/libxslt.al(sablot.lo): In 
function `zm_startup_xslt':
/archive/src/php-4.2.1/ext/xslt/sablot.c:153: multiple definition of 
`SXPF_DISPOSE_VALUES'
main/.libs/libmain.al(internal_functions.lo):/archive/src/php/php-4.2.1/main/internal_functions.c:67:
 first defined here

/archive/src/php/php-4.2.1/ext/xslt/.libs/libxslt.al(sablot.lo): In function 
`zm_startup_xslt':
/archive/src/php-4.2.1/ext/xslt/sablot.c:153: multiple definition of 
`SXPF_SUPPORTS_UNPARSED_ENTITIES'
main/.libs/libmain.al(internal_functions.lo):/archive/src/php/php-4.2.1/main/internal_functions.c:67:
 first defined here

collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/archive/src/php/php-4.2.1'
make: *** [install-recursive] Error 1


I'm out of ideas right now ... anyone been there and done this?

TIA

Mick



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to