It looks like the build process on the AOLserver CVS Head was changed around some time ago, but none of the add on modules have been changed to match. Thus the CVS Head of most modules will build ok against the AOLserver 4.0.x branch, will NOT build against he AOLserver Head at all, at least not out of the box.
In some cases (e.g., nssha1, nscache) a two line change like so to the module's Makefile seems to be enough to fix the problem: < MOD = nscache.so --- > MOD = nscache 45c31 < include $(NSHOME)/include/Makefile.module --- > include $(AOLSERVER)/include/ns.mak But in other cases not. What's the story here? Why this tangle of incompatible Makefiles? -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
