Re: [PHP] Problems compiling PHP 5.0.0b1

2003-07-01 Thread Yann Larrivee
Humm from what i remember ( i saw a snap that did not work with dom about last week). In the help there was a not about dom5 i compiled with dom5 and it worked for me. But now in the latest snap dom5 option is gone. But compiling php with dom support works well. So try to compile --with-dom5 (if

Re: [PHP] Problems compiling PHP 5.0.0b1

2003-07-01 Thread Marco Tabini
If you installed libxml2 from source--rather than from RPM--chances are that it's been installed in a folder other than the system library directory (/usr/lib). It's probably in /usr/local/lib instead. So you can do one of two things: either reconfigure libxml2 specifying --prefix=/usr or reconfigu

Re: [PHP] Problems compiling PHP 5.0.0b1

2003-07-01 Thread Adam Voigt
If you didn't install the RPM of the libxml higher then 2.5.1, I would assume there's a configure line like --with-libxml=/path or something similar to that you have to specify where you installed it when you compiled it. On Tue, 2003-07-01 at 13:11, Mauricio Cuenca wrote: > Hello, > > I've tri