On Nov 24, 2007 8:58 PM, Dave Lim <[EMAIL PROTECTED]> wrote:

> I am trying to install the UW IMAPD on a Ubuntu Server 7.04 to have the
> POP3 service up and running. The authentication wil be using PAM.
>
> I am trying to learn how to install IMAPD the hardway so I am not going to
> apt-get install it.
>
> I have downloaded the UW IMAPD package from
> http://www.washington.edu/imap/ and tarball it.
>
> I tried compiling it using the following arguments "make LNP SSLTYPE=none"
>
>
> I saw some errors during compliation.
> http://img259.imageshack.us/my.php?image=imap2006ecompileerrorij0.jpg
>
> Is the error supposed to be significant? Attached is the screenshot of the
> error. Nonetheless, I saw that there are ipopd and imapd packages.
>

The error may be significant; you should probably assume that it is unless
you know otherwise.


> Now my next problem is, how do I get the ipop3d daemon up and running so I
> can run POP3? in the ipopd folders, I see that there are 3 files, ipop2d.c
> ipop3d.c and MAKEFILE.
>
> How do I compile ipop3d.c and into the directory /usr/local/bin and have
> the ipop3d daemon running as a new service in xinetd?
>
> I tried searching the web but I dont find any good HOWTO on UW IMAPD.
>

Not sure what is the exact reason you chose to build from source instead of
installing the binary package.  How about following ubuntu's source package
for uw-imapd?

apt-get source uw-imapd, go to the debian/ directory and look at the README
files for any specific information on changes to the build process on
ubuntu.  The benefits of this approach include:
* you get to learn about how to build packages on ubuntu as well
* you can still go one step at a time to learn how the underlying package is
being patched and compiled
* the process should be relatively straightforward as long as you satisfy
all the build dependencies
* you end up with .deb packages which you can then easily manage using dpkg
_______________________________________________
Slugnet mailing list
[email protected]
http://www.lugs.org.sg/mailman/listinfo/slugnet

Reply via email to