![]() |
|
|||||||
| OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
Tried to install courier-imap-4.1.1p2 on Open BSD 4.3 which is currently running qmail with Maildir mailboxs.
Fatal error is : Collision: the following files already exist /usr/local/bin/maildirmake (different md5) Do I simply delete /usr/local/bin/maildirmake then retry installation? |
|
||||
|
Check the output of
$ pkg_infoIt is my guess you had a failure during your first attempted installation, and now have a partial-courier-imap-4.1.1p2 installed. If so, use # pkg_delete partial-courier-imapto remove it. If you don't have a partial-* package installation, the output of $ pkg_info -E /usr/local/bin/maildirmakewill tell you which package it belongs to.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
courier-imap-4.1.1p2 had not been installed as failed with fatal error after the collision of maildirmake which is incidentally a sybbolic link to /usr/local/qmail/bin/maildirmake. Maildirmake is a program that came with qmail which was installed from source. The program is used to create maildir folders specified by procmail rules.
I assume (differnt md5) simply means that the 2 executable files are not identical. Can the maildirmake from courier cause problems for qmail if I delete old maildirmake and let couier replace it with its version? Quote:
Last edited by jrs665; 30th October 2008 at 11:07 AM. |
|
||||
|
Quote:
Quote:
Quote:
The best practice for the safe installation of such software is to keep all of it away from any hierarchy used by the ports/package system, such as /usr/local/bin or /usr/local/lib. Installing in /usr/local/qmail as you did meets such best practice, but ... but rather than using a symlink for binaries, it is safer to use a private $PATH when using these applications in order to avoid problems like the one you are seeing now. There has been at least one port of qmail for OpenBSD -- and the use of qmail has been discussed on the ports@ mailing list. Here's a link to a mailing list archive, with a list of posts that mentions qmail: http://marc.info/?l=openbsd-ports&w=2&r=1&s=qmail&q=b
__________________
OpenBSD LiveCDs/LiveDVDs |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Courier IMAP/POP3 can't auth to mysql db | revzalot | OpenBSD Packages and Ports | 5 | 6th September 2009 05:44 AM |
| version of OpenBSD | milo974 | OpenBSD General | 1 | 6th August 2008 08:24 AM |
| Recommendation for Imap and POP server | Pher | FreeBSD Installation and Upgrading | 5 | 20th July 2008 07:43 PM |
| How I can have two version of zsh | mfaridi | FreeBSD Ports and Packages | 7 | 15th May 2008 05:56 PM |
| FAM keeps crashing with courier-imap | krreagan | FreeBSD General | 0 | 14th May 2008 11:15 PM |