I just downloaded dovecot 1.0b3 and running "make install"
gives me an error
This seems like a fairly simple bug in the Makefile ... but
I'm not sure if maybe its a symptom of something more complex.
I've tried "make uninstall" , "make install" and removing the
entire /usr/local/lib/dovecot tree and same thing.
dovecot does run ... but for other reasons I'm having problems
getting it to work so thinking maybe this error could explain
things
System: Linux
[root@lee dovecot-1.0.beta3]# uname -a
Linux lee.calldei.com
2.6.11-1.27_FC3 #1 Tue May 17 20:27:37 EDT 2005 i686 athlon i386
GNU/Linux
CPU: x86
Filesystem: standard linux fs.
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
...
-------
mkdir -p -- /usr/local/lib/dovecot/imap
/usr/local/lib/dovecot/pop3 /usr/local/lib/dovecot/lda
for d in imap pop3
lda; do \
rm -f /usr/local/lib/dovecot/$d/lib02_trash_plugin.so;
\
ln -s ../lib01_convert_plugin.so /usr/local/lib/dovecot/$d;
\
done
ln: `/usr/local/lib/dovecot/imap/lib01_convert_plugin.so': File
exists
ln: `/usr/local/lib/dovecot/pop3/lib01_convert_plugin.so': File
exists
ln: `/usr/local/lib/dovecot/lda/lib01_convert_plugin.so': File
exists
make[4]: *** [install-exec-local] Error 1
make[4]: Leaving
directory
`/home/dave/src/dovecot/dovecot-1.0.beta3/src/plugins/convert'
make[3]: ***
[install-am] Error 2
make[3]: Leaving directory
`/home/dave/src/dovecot/dovecot-1.0.beta3/src/plugins/convert'
make[2]: ***
[install-recursive] Error 1
make[2]: Leaving directory
`/home/dave/src/dovecot/dovecot-1.0.beta3/src/plugins'
make[1]: ***
[install-recursive] Error 1
make[1]: Leaving directory
`/home/dave/src/dovecot/dovecot-1.0.beta3/src'
make: *** [install-recursive]
Error 1
[root@lee dovecot-1.0.beta3]# ln:
`/usr/local/lib/dovecot/imap/lib01_convert_plugin.so': File
exists