Ok. I just copied the os/unix/*.h and *.c files to the include dir and then got a succesful build. However, after confguring new apache 1.3.33 and making it, and changing loadmodule location in the httpd.conf file I get following error: undefined symbol: ap_ctx_get I put the perl module reference back to 1.28 and it comes up fine. So, why might the undefined symbol be occuring at load time? Is this an acknowledged problem with mod_perl 1.29 or did I do something wrong in procedure to compile new mod_perl stuff? Charlie ;) 4/4/05 >>> SmithCW@xxxxxxxxxxxxx 4/4/2005 9:55:46 AM >>> 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 ------------------------------------------------------------------------------ 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