Hello Everyone, I'm trying to make the php4 package on NetBSD from the pkgsrc collection, I've added --with-dom as I'd like dom xml functionality with my php code. The problem occurs when it goes to check for dom support:
<b>Configuring extensions</b> ... ... Checking for DOM support... yes not found configure: error: Please reinstall the libxml >= 2.4.14 distribution *** Error code 1 Stop. *** Error code 1 Stop. Now the strange thing is, I have something thats greater then 2.4.14, I have installed the libxml2 package from pkgsrc with a version of no less than 2.4.25, very strange. Obviously the php installation isnt able to recognize the fact that I have something >= 2.4.14 so it fails. I can remember exactly the same thing happening on a Linux distribution I had a while back, it couldnt and wouldnt recognize the fact that I had a version installed greater than the version it was asking for, so I hacked the installation files to up the version it was looking for to the version that I had installed and it compiled fine. I can't seem to find this on NetBSD so that quick fix isnt possible (yet). Any suggestions how I can get this working? Thanks Thomas M Clarke -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php