> I'm sorry for kind of a dumb question, I've read FAQ, and even compiled sourc
> es on WinXP, but I'm trying to figure which operating system among *NIX is al
> most 'ready-to-build' (assuming I have a C++ compiler) UW IMAP server. To cla
> rify myself, I need to install the server on any kind of UNIX-like system (BS
> D, Linux, etc) and before spending time and effort to actually install the sy
> stems I would like to hear your personal experience if you guys have any.

With NetBSD the only required change is

--- src/osdep/unix/Makefile.orig        2007-06-18 01:37:44.000000000 +1000
+++ src/osdep/unix/Makefile     2007-10-11 12:44:55.000000000 +1000
@@ -54,7 +54,7 @@

 # Extended flags needed for SSL.  You may need to modify.

-SSLDIR=/usr/local/ssl
+SSLDIR=/usr
 SSLCERTS=$(SSLDIR)/certs
 SSLKEYS=$(SSLCERTS)
 SSLINCLUDE=$(SSLDIR)/include


or something to that effect. Then it builds out of the box. For convention
I also change SSLCERTS and SSLKEYS to /etc/openssl/certs and
/etc/openssl/private respectively, but that isn't necessary to make it
build.

Cheers,

        - Joel
_______________________________________________
Imap-uw mailing list
Imap-uw@u.washington.edu
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to