The httpd.h file for apache_1.3.14 looks like this now

#define SERVER_BASEVENDOR   "Apache Group"
#define SERVER_BASEPRODUCT  "Apache"
#define SERVER_BASEREVISION "1.3.14"
#define SERVER_BASEVERSION  SERVER_BASEPRODUCT "/" SERVER_BASEREVISION


so the subroutine httpd_version in the Makefile.PL blows-up because the is 
looking for the BASEVERSION to be expanded.

Reply via email to