<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I just downloaded dovecot 1.0b3 and running "make install"
gives me an error</FONT></DIV>
<DIV><FONT size=2>This seems like a fairly simple bug in the Makefile ... but
I'm not sure if maybe its a symptom of something more complex.</FONT></DIV>
<DIV><FONT size=2>I've tried "make uninstall" , "make install" and removing the
entire /usr/local/lib/dovecot tree and same thing.</FONT></DIV>
<DIV><FONT size=2>dovecot does run ... but for other reasons I'm having problems
getting it to work so thinking maybe this error could explain
things</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>System: Linux </FONT></DIV><FONT size=2>
<DIV><BR>[root@lee dovecot-1.0.beta3]# uname -a<BR>Linux lee.calldei.com
2.6.11-1.27_FC3 #1 Tue May 17 20:27:37 EDT 2005 i686 athlon i386
GNU/Linux<BR></DIV>
<DIV>CPU: x86</DIV>
<DIV>Filesystem: standard linux fs.</DIV>
<DIV> </DIV>
<DIV>FYI: the "other problem" is I had to modify main.c to listen on alternate
ports because I cant shut down my current UofW IMAP server to test this one
...</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></FONT>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>-------</FONT></DIV>
<DIV><FONT size=2>mkdir -p -- /usr/local/lib/dovecot/imap
/usr/local/lib/dovecot/pop3 /usr/local/lib/dovecot/lda<BR>for d in imap pop3
lda; do \<BR> rm -f /usr/local/lib/dovecot/$d/lib02_trash_plugin.so;
\<BR> ln -s ../lib01_convert_plugin.so /usr/local/lib/dovecot/$d;
\<BR>done<BR>ln: `/usr/local/lib/dovecot/imap/lib01_convert_plugin.so': File
exists<BR>ln: `/usr/local/lib/dovecot/pop3/lib01_convert_plugin.so': File
exists<BR>ln: `/usr/local/lib/dovecot/lda/lib01_convert_plugin.so': File
exists<BR>make[4]: *** [install-exec-local] Error 1<BR>make[4]: Leaving
directory
`/home/dave/src/dovecot/dovecot-1.0.beta3/src/plugins/convert'<BR>make[3]: ***
[install-am] Error 2<BR>make[3]: Leaving directory
`/home/dave/src/dovecot/dovecot-1.0.beta3/src/plugins/convert'<BR>make[2]: ***
[install-recursive] Error 1<BR>make[2]: Leaving directory
`/home/dave/src/dovecot/dovecot-1.0.beta3/src/plugins'<BR>make[1]: ***
[install-recursive] Error 1<BR>make[1]: Leaving directory
`/home/dave/src/dovecot/dovecot-1.0.beta3/src'<BR>make: *** [install-recursive]
Error 1<BR>[root@lee dovecot-1.0.beta3]# ln:
`/usr/local/lib/dovecot/imap/lib01_convert_plugin.so': File
exists<BR></FONT></DIV>
<DIV><FONT size=2> </DIV></FONT></BODY></HTML>