Per Einar Ellefsen wrote: > Thanks a lot for your help. Now, for some more problems :) [skipped] > make[3]: Leaving directory `/usr/src/apache_1.3.24/src' > > I'm not so sure what's happening, but re-running make will re-execute this > section over and over again, so something must have gone wrong :( I tried > playing around a little with options to dllwrap, but without much luck.
It is not a problem. If this step is completed, you have httpd executable in apache_1.3.24/src directory. Note that buildmark.c is recompiled every time you run make and then httpd is relinked; that's why the last step is re-executed. Just run 'make install' from mod_perl directory, then change dir to apache and run 'make install' there too. Alexander Solovey