|
Posted by Chris on 01/10/05 02:40
Ok, that answers my questions.
Thanks a lot!
Chris
Yann Larrivée wrote:
>Hello
>
>If you don't wish to have XML support please use.
>
>--disable-simplexml --disable-libxml --disable-xml
>
>By Default, libxml is needed to compile PHP5.
>It tries to load DOM. DOMXML is history :)
>
>Hop this helps.
>
>Yann
>
>
>On January 9, 2005 13:35, Chris wrote:
>
>
>>I'm currently compiling (at the ./configure step at the moment) 5.03 on
>>Redhat 9 and ran into something that confused me. I got the error
>>message included below.
>>
>>[root@****]# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
>>--with-gd --with-mysql=/usr/local/mysql41
>>--with-mysqli=/usr/local/mysql41/bin/mysql_config
>>. . .
>>Configuring extensions
>>checking whether to enable LIBXML support... yes
>>checking libxml2 install dir... no
>>configure: error: xml2-config not found. Please check your libxml2
>>installation.
>>
>>
>>That, in itself, isn't too confusing, it's looking for something that's
>>not there. Simple. I've been trying to figure out a few things though,
>>and could use outside help:
>>
>>1) Why is it trying to enable LIBXML support?
>>2) Which extension is it trying to load? DOM? DOM XML? Something else?
>>
>>Upon review I think I'd like to compile in DOM, but the manual (
>>http://www.php.net/dom ) doesn't mention anything about how to compile
>>it in.
>>
>>Thanks,
>>Chris
>>
>>
Navigation:
[Reply to this message]
|