Installation problem with 1.5

After getting past the LOG_FILE definition error mentioned elsewhere, I found that this line in xmlrpcClasses.php was failing:

include_once("XML/RPC.php");

After looking around a bit for a likely file that this was trying to reference, I found that if I comment the line out, the problem 'goes away' and the skeleton app loads successfully.