Adam Cassar wrote:
> Hi All,
> 
> I am attempting to compiler php v4.1.1 as a fast cgi runner with WDDX.
> 
> I get all the way through the compile and it get's stuck at:
> 
> ./.libs/libphp4.a(wddx.o): In function `php_wddx_push_element':
> /usr/local/src/php-4.1.1/ext/wddx/wddx.c:780: undefined reference to
> `xml_utf8_decode'
> ./.libs/libphp4.a(wddx.o): In function `php_wddx_process_data':
> /usr/local/src/php-4.1.1/ext/wddx/wddx.c:911: undefined reference to
> `xml_utf8_decode'
> 
> I take it that it's having some problems linking to the xml module? Any
> ideas?
> 
> 
> 

WDDX requires XML. I suppose you don't have one.

-- 
Yasuo Ohgaki
Please CC me when you reply to news/list messages.
Do not reply only to me :)


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

Reply via email to