RE: [PHP-CVS] Problem building php5 from cvs

2003-09-29 Thread Dennis Sterzenbach
Adam Trachtenberg wrote: I'm pretty sure PHP 5 requires libxml2. I'm not sure you can --disable it. It's one of the changes between PHP 4 and PHP 5. The rewritten XML extensions require libxml2. IMHO this is really sad, because if one *must* have installed libxml2 version newer or equal to

Re: [PHP-CVS] Problem building php5 from cvs

2003-09-29 Thread Wez Furlong
/me mutters something about PHP 5 being beta, and about reading the archives (of php-dev@ and internals@) for the long and gory details and the plans to bundle etc. etc. etc. --Wez. Who ./configures the libxml tarball manually IMHO this is really sad, because if one *must* have installed

Re: [PHP-CVS] Problem building php5 from cvs

2003-09-29 Thread Sebastian Bergmann
Wez Furlong wrote: /me mutters something about PHP 5 being beta /me mutters something about no discussions on a CVS list and making [EMAIL PROTECTED] read-only except for the script that sends the CVS mails. -- Sebastian Bergmann http://sebastian-bergmann.de/

RE: [PHP-CVS] Problem building php5 from cvs

2003-09-29 Thread Derick Rethans
On Mon, 29 Sep 2003, Dennis Sterzenbach wrote: Adam Trachtenberg wrote: I'm pretty sure PHP 5 requires libxml2. I'm not sure you can --disable it. It's one of the changes between PHP 4 and PHP 5. The rewritten XML extensions require libxml2. IMHO this is really sad, because if one

RE: [PHP-CVS] Problem building php5 from cvs

2003-09-28 Thread Dennis Sterzenbach
Hi Adam, thanks for your reply. snip checking libxml2 install dir... no configure: error: libxml2 version 2.5.10 or greater required. /snip Have you checked that the output of xml2-config --version says that you're running libxml2 2.5.10 or greater? I bet you need to upgrade libxml2.

Re: [PHP-CVS] Problem building php5 from cvs

2003-09-28 Thread Andrey Hristov
Dennis Sterzenbach wrote: Hi Adam, thanks for your reply. snip checking libxml2 install dir... no configure: error: libxml2 version 2.5.10 or greater required. /snip Have you checked that the output of xml2-config --version says that you're running libxml2 2.5.10 or greater? I bet you need to

RE: [PHP-CVS] Problem building php5 from cvs

2003-09-28 Thread Dennis Sterzenbach
I checked and you're right: it's version 2.4.19. Although the fact of an too old version, I thought --disable-xml would exclude the xml library from build. So why do I *always* get that error message? But in fact it does not. I don't know whether this is a bug in the configure script

Re: [PHP-CVS] Problem building php5 from cvs

2003-09-27 Thread Adam Maccabee Trachtenberg
On Sun, 28 Sep 2003, Dennis Sterzenbach wrote: snip checking libxml2 install dir... no configure: error: libxml2 version 2.5.10 or greater required. /snip Have you checked that the output of xml2-config --version says that you're running libxml2 2.5.10 or greater? I bet you need to upgrade