Courier-imap rpm build failure

Discussion in 'Installation/Configuration' started by bholt, Sep 24, 2009.

  1. bholt

    bholt New Member

    Using The Perfect Server - CentOS 5.3 x86_64 [ISPConfig 3]
    Everything worked perfect until this:

    [bholt@tsvr root]$ cd /tmp
    [bholt@tsvr tmp]$ ls
    courier-authlib-0.62.2.tar.bz2 courier-imap-4.6.0.tar.bz2 maildrop-2.1.0.tar.b
    [bholt@tsvr tmp]$ rpmbuild -ta courier-imap-4.6.0.tar.bz2
    error: Unable to open temp file.


    RPM build errors:
    Unable to open temp file.

    Running CentOS 5.3 x86_64 on Dell PE2950 w/64bit Processor.
    Any ideas?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. bholt

    bholt New Member

    Adding %_tmppath /usr/tmp to $HOME/.rpmmacros did not work, but
    mkdir $HOME/temp
    and addig %_tmppath /home/bholt/temp did work.

    Thanks Till for pointing me in the right direction.
     

Share This Page