Posted this in newbies (which, obviously, I am), then saw that is is probably the best place for it. Sorry about the crosspost --
I'm having all sorts of problems getting PHP 4.3 to recognize the libxml2 library. (I'm on Mac OSX FWIW). I've downloaded and installed libxml2 and the installation is good, I believe. Within /usr/local/PHP/lib, I have various libxml2 files. Also, I have several libxml2 files in /sw/lib (I did a fink download for libxml2 as well...not sure I really needed to do that, but I did).
In any case, all I need to do now (I think) is to recompile or otherwise reconfigure PHP to use libxml2. I've been trying to run ./configure --with-dom=/sw as indicated in various directories, but I haven't yet run this in any directory that recognizes the configure command. I always get a "command not found" message from the Terminal app.
I'm sure this is really simple, but can somebody clue me in as to how to get PHP to recognize libxml2? Thanks in advance. If you need more info, let me know.
jp