Another PHP upgrade/recompile question regarding curl
Ok I am trying The exchange Project's shopping card (version 2.1) which requires PHP to be compiled using curl. I first installed curl using a rpm package which appeared to work (confirmed by running curl --version). Course it appears the rpm did not put curl in the default location so when I go back and try and recompile PHP I get an error about not finding the location. I can't seem to find it looking around myself. Reading through the curl site has not been a help as the files it is apparently looking for (perhaps easy.h?) are not on the server as far as I can see.Has anyone installed PHP 4.06 as a possible solution for this or how are folks getting this to work?