Hello, I have just completed building courier 0.55 and authlib 0.59.2. I installed authlib in /usr/local/courier. I couldn't build courier, even though I launched configure with ./configure --includedir=/usr/local/courier/include/ --prefix=/usr/local/courier I had to patch several of the makefiles to allow for /usr/local/courier/include to be used as the include directory. Changed files were: imap/Makefile pcp/Makefile webmail/Makefile courier/Makefile courier/module.local/Makefile courier/module.esmtp/Makefile The only change I had to make was this DEFAULT_INCLUDES = -I. -I$(srcdir) -I. to DEFAULT_INCLUDES = -I. -I$(srcdir) -I. -I$(includedir) I thought this might save someone else some time. Thanks for a great mail system!
-- Jerry Steinhauer Berbee ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
