On 2002.04.17 22:50 Patrick Beart wrote:
>       I'm a complete novice with both (RH 7.2) Linux and Courier. 
> However, I've managed to create RPM's from the tarball (Courier 
> 0.37.3.20020317-1.7.2), thanks to the FAQ. I've also managed to 
> install the RPM's with ...
>               rpm -Uvh <package name>

No, you haven't installed it yet, because you got an error message. RPM 
won't complete an install unless everything is perfect or you --force 
the issue. Consider this a good thing.

>       I've run into an error with one of the packages and could use 
> some advice: The IMAP package install resulted in the following error:
>       "file /etc/pam.d/imap from install of 
> courier-imap-0.37.20020317-1.7.2 conflicts with file from package 
> imap-200c-15"
> 
>       How do I recover from this (and get the IMAP component 
> installed)? TIA

You got the error because there's a file (/etc/pam.d/imap) that is 
owned by the current imap package that your RPM wants to replace. Given 
that you want to replace the current IMAP package with courier-IMAP, 
your best option (check me on this) is to remove the current IMAP 
package with the command:

        rpm -e imap

and then reexecute:

        rpm -Uvh <courier package name>

Hope this helps,

David Stowell

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to