[Dovecot] Make install error

2013-04-18 Thread kengheng
Hi, I'm recompiling dovecot 2.2.0/2.2.1 with error below during make install: test -z "/usr/local/dovecot/lib/dovecot/auth" || /usr/bin/mkdir -p "/usr/local/dovecot/lib/dovecot/auth" /usr/bin/mkdir: cannot create directory ‘/usr/local/dovecot/lib/dovecot/auth’: File exists make[3]: *** [insta

Re: [Dovecot] Make install error

2013-04-23 Thread kengheng
make: *** [install-recursive] Error 1 On 4/23/13 6:30 PM, Timo Sirainen wrote: On Fri, 2013-04-19 at 11:50 +0800, kengheng wrote: Hi, I'm recompiling dovecot 2.2.0/2.2.1 with error below during make install: test -z "/usr/local/dovecot/lib/dovecot/auth" || /usr/bin/mkdir -p &quo

Re: [Dovecot] Make install error

2013-05-15 Thread kengheng
The output as below: grep ^libexecdir config.log libexecdir='${exec_prefix}/lib' grep ^exec_prefix config.log exec_prefix='${prefix}' grep ^prefix config.log prefix='/usr/local/dovecot' On 4/24/13 11:50 PM, Ben Morrow wrote: At 1PM +0800 on 24/04/13 you

Re: [Dovecot] Make install error

2013-06-04 Thread kengheng
${exec_prefix}/libexec' ; then | libexecdir='${exec_prefix}/lib' | fi On 5/17/13 7:12 PM, Ben Morrow wrote: At 5PM +0800 on 15/05/13 you (kengheng) wrote: On 4/24/13 11:50 PM, Ben Morrow wrote: At 1PM +0800 on 24/04/13 you (kengheng) wrote: Hi, I tried remove and make instal

Re: [Dovecot] Make install error

2013-06-04 Thread kengheng
For your note, I'm installing dovecot on opensuse (32bits) 12.2 and 12.3 , both produced the same errors. On 5/17/13 7:12 PM, Ben Morrow wrote: At 5PM +0800 on 15/05/13 you (kengheng) wrote: On 4/24/13 11:50 PM, Ben Morrow wrote: At 1PM +0800 on 24/04/13 you (kengheng) wrote: Hi, I

Re: [Dovecot] Make install error

2013-06-04 Thread kengheng
I've success installed it with a workaround: 1) after error, create a folder /usr/local/dovecot/lib/dovecot/auth 2) make install again, and it will install the file auth at /usr/local/dovecot/lib/dovecot/auth On 5/17/13 7:12 PM, Ben Morrow wrote: At 5PM +0800 on 15/05/13 you (ken