courier-imap additional build options error

Discussion in 'Installation/Configuration' started by Teddy_2009, May 26, 2009.

  1. Teddy_2009

    Teddy_2009 New Member

    Hi All,

    I have followed the ispconfig 3 steps from the how to forge.

    I want to build courier with trashquota support and when I execute the command "rpmbuild -ta --define 'xflags --with-trashquota' courier-imap-4.4.1.tar.bz2" the compilation gives a error.

    Is there any other way to enable trash quota or please let know how to build with trash support.

    Tks
    Gajen
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which exact error message do you get?
     
  3. Teddy_2009

    Teddy_2009 New Member

    Hi Till

    The error occured during rpmbuild stating that,

    Error: --with-trashquota or the --enable-workarounds-for-imap-client-bugs
    option was specified to the configure script.

    As INSTALL told you, make check fails if these options are used, and I wasn't
    kidding when I wrote it. Reconfigure and rebuild without these options, then
    rerun make and make check. If make check passes, reconfigure again with your
    original options, and proceed with installing this server. Have fun!
    make[2]: *** [check-am] Error 1
    make[2]: Leaving directory `/home/compileuser/rpm/BUILD/courier-imap-4.4.1/imap'
    make[1]: *** [check] Error 2
    make[1]: Leaving directory `/home/compileuser/rpm/BUILD/courier-imap-4.4.1/imap'
    make: *** [check-recursive] Error 1
    error: Bad exit status from /var/tmp/rpm-tmp.HuytBk (%build)

    Regards
    Teddy
     

Share This Page