10 Aug
2008
10 Aug
'08
7:57 p.m.
On Aug 10, 2008, at 12:50 PM, John and Catherine Allen wrote:
Guy wrote:
I have what I'm sure is a stupid question. I'm trying to install Dovecot 1.1.2 from source and my command sequence is this: cd dovecot-1.1.2 ./configure --prefix=/usr --exec-prefix=/usr --with-mysql --with-storagesmaildir --sysconfdir=/etc/dovecot make make install cd ../dovecot-sieve-1.1.5 ./configure --with-dovecot=../dovecot-1.1.2 make make install
It is recommended to use...
'sudo make install'
...in both places.
B. Bodger