Linux / UNIX Tech Support Forum
This is a discussion on rpmbuild permission issue with courier-imap within the Mail Servers forums, part of the Mastering Servers category; trying to create a rpm to install courier-imap. It goes through the process of creating the rpm but at the ...
|
|||||||
| Mail Servers Discussion on Postfix/Sendmail Mail servers and related program such as IMAP/POP3, Anti-Spam technologies. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
trying to create a rpm to install courier-imap. It goes through the process of creating the rpm but at the very end I receive the following error message :
error: Could not open /home/blah/rpm/RPMS/i586/courier-imap-4.6.0-1.11.i586.rpm: Permission denied Now as per instructions I am running this command without using sudo. I was able to build and install rpm's for Maildrop and courier-authlib just fine with no issues. Anyone have any suggestiosn for a solution? ![]() This is being install on Fedora Core 11 btw. |
| Sponsored Links | ||
|
|
|
||||
|
Can you post your solution so that others can use it later on?
__________________
Vivek Gite Linux Evangelist |
|
|||
|
Sure, what happened was that the directory was owned by root, so I had to change the owner of the folder from root to the regular user since you cannot build the rpm using the sudo command. Change owner of the folder: sudo chown username /home/username/path to where the rpm build will be located (/home/username/rpm/RPMS/I586) * please not this is where my directory where my output rpmbuild are, and its i586 not i386 yours could be different* after that then go to the directory where you have the downloads in and run rpmbuild again *without using root or sudo command or it will fail* *command to build the rpm* rpmbuild -ta courier-imap-4.6.0.tar.bz2 If there are any other questions please let me know.. Last edited by sensai; 25-12-2009 at 06:43 AM. |
|
||||
|
thanks for posting the solution!
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lgin error in courier imap | ravindert | Mail Servers | 1 | 18-02-2010 06:05 AM |
| Imap Port | sweta | CentOS / RHEL / Fedora | 0 | 02-05-2008 11:34 PM |
| imap errors / server slow down | seed2be | Mail Servers | 0 | 06-03-2008 09:36 PM |
| RHEL5 + IMAP server | vaibhav.kanchan | Getting started tutorials | 2 | 25-09-2007 06:50 PM |
| Problems with squirrelmail and imap | rcordeiro | Linux software | 7 | 20-11-2006 06:37 PM |