Trying to build mod_perl v 1.29 and make ready for Apache 1.3.33 build. It would seem that the make couldn't locate all needed header files. Making 1.3.33 from source, what is easiest way to tell make that includes are in more than one directory? apxs has following entry. I hard-coded this: my $CFG_INCLUDEDIR = q(/path/to/Apache/src/apache_1.3.33/src/include); # substituted via APACI install Got following error on make command: ... /path/to/Apache/src/apache_1.3.33/src/include/ap_config.h:73:16: os.h: No such file or directory ... A find shows that the ap_config.h file is in the 1.3.33 sourc tree: (me)on fchdev /path/to/Apache/src/mod_perl-1.29:>find ../.. -name ap_config.h ../../src/apache_1.3.28/src/include/ap_config.h ../../src/apache_1.3.28/include/ap_config.h ../../src/apache_1.3.33/src/include/ap_config.h But the os.h file is replicated under the 1.3.33 source tree in a number of different directories, each representing different os's. Ex.: (me)on fchdev /path/to/Apache/src/mod_perl-1.29:>find ../.. -name os.h ... ../../src/apache_1.3.33/src/os/unix/os.h ... Charlie ;) 4/4/05 ------------------------------------------------------------------------------ This message may contain confidential information, and is intended only for the use of the individual(s) to whom it is addressed. ------------------------------------------------------------------------------ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx