OK, I need to install PHP with no fancy things, just to have the XML modul.
Somehow I can't get it to `make'
This is what I tried:
`./configure --with-zlib-dir=/usr/local --with-xml --with-dom=/sw --with-apxs'
and then at `make' I get this error:
/sw/include/libxml2/libxml/encoding.h:132: parse error before "iconv_t"
/sw/include/libxml2/libxml/encoding.h:132: warning: no semicolon at end of struct or union
/sw/include/libxml2/libxml/encoding.h:133: warning: data definition has no type or storage class
make: *** [ext/domxml/php_domxml.lo] Error 1
Am I missing something?
