Installed deb's built from courier source

Andrew Athan <[email protected]> Sun, 1 Dec 2024 03:53:04 -0800
Newsgroups gmane.mail.imap.courier.general
Message-ID <CACUDngA90kh0ak0n53c8RqBgJZjZyV9mv6Tuy8B-QCYwGQxv4A@mail.gmail.com>
If any of you are building courier from source for installation on Ubuntu
24.04 (which has deleted all the courier packages), you need to install the
generated .deb's in a specific order. This command will work:

$ for i in libcourier-auth-config-daemon-daemon_0.72.3-100_amd64.deb
libcourier-unicode8_2.3.1-100_amd64.deb
libcourier-auth0_0.72.3-100_amd64.deb libcourier-auth_0.72.3-100_amd64.deb
courier_1.3.13-100_amd64.deb courier-imapd_1.3.13-100_amd64.deb
courier-webadmin_1.3.13-100_amd64.deb
courier-webadmin-apache2_1.3.13-100_amd64.deb; do dpkg -i $i;done

If you attempt to install them all at once (e.g. dpkg -i *), some of the
pre-install dependencies will not be met (i.e., some packages require that
other packages have been configured first).

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