Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.sys.raspberry-pi > #37649
| Message-ID | <69657293@news.ausics.net> (permalink) |
|---|---|
| From | not@telling.you.invalid (Computer Nerd Kev) |
| Subject | Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails |
| Newsgroups | comp.sys.raspberry-pi |
| References | (6 earlier) <10k0hgm$keb$1@dont-email.me> <6964142f@news.ausics.net> <10k24qb$25dfj$1@dont-email.me> <10k2qd9$2b72k$1@dont-email.me> <10k3958$2fh3o$1@dont-email.me> |
| Date | 2026-01-13 08:15 +1000 |
| Organization | Ausics - https://newsgroups.ausics.net |
Markus Robert Kessler <no_reply@dipl-ing-kessler.de> wrote: > On Mon, 12 Jan 2026 12:45:29 +0000 Daniel James wrote: >> On 12/01/2026 06:36, Markus Robert Kessler wrote: >>> Well, these are the BUILD dependencies - are there RUNTIME requirements >>> also? >> >> Generally (but I don't promise that it always works) if you have the dev >> package installed in order to meet the build requirements you not need >> anything more at runtime. >> >> There are non-dev packages that meet *only* the runtime requirements for >> people who don't need to meet the build requirements, but if you have >> the dev packages you don't need those as well. > > B.t.w., > > how do you install all the files retrieved from compiling the tarball from > scratch, if you want to avoid building a deb or rpm? > > Meaning, do you let "make install" write directly to the filesystem, or do > you pack all that files in one tar.gz and then use "alien" to transform it > into a deb or rpm? If you want to install to the system then of course "make install", if you want to make a package or just a tar file that can be unpacked to "/" on similar systems, DESTDIR is useful: sudo make DESTDIR=/tmp/mailutils install-strip That installs everything into equivalent directories under /tmp/mailutils as when you do a "make install", with debugging info stripped to avoid wasting space. You should still run it as root so that the file permissions are set correctly. Then you can make a package or tar archive from the contents of that directory for installing to other systems running the same distro. Note occasionally programs won't support "DESTDIR" and will then install to "/" anyway, and also some won't understand "install-strip" so you must use "install" instead, then run "strip" on the binaries manually. But Mailutils supports both, as, it seems, do all GNU projects. -- __ __ #_ < |\| |< _#
Back to comp.sys.raspberry-pi | Previous | Next — Previous in thread | Next in thread | Find similar
Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-01 20:19 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-01 20:32 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Richard Kettlewell <invalid@invalid.invalid> - 2026-01-01 21:42 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Andy Burns <usenet@andyburns.uk> - 2026-01-02 08:54 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-15 20:46 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-02 07:43 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-03 16:37 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lars Poulsen <lars@beagle-ears.com> - 2026-01-03 18:10 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-03 18:17 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lars Poulsen <lars@beagle-ears.com> - 2026-01-03 18:40 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-03 20:32 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-04 08:05 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-04 16:18 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-05 06:37 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-03 21:57 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-11 16:01 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-11 20:36 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-12 07:20 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-12 06:36 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Daniel James <daniel@me.invalid> - 2026-01-12 12:45 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-12 16:57 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-12 20:25 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-13 08:15 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-13 08:01 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-15 20:30 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-16 08:19 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-15 22:42 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-16 11:57 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-18 15:46 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Richard Kettlewell <invalid@invalid.invalid> - 2026-01-18 16:06 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-18 18:51 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Richard Kettlewell <invalid@invalid.invalid> - 2026-01-18 20:17 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-18 18:44 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-19 07:23 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-19 16:19 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-19 21:01 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-20 07:41 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-21 20:09 +0000
Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-23 12:24 +0000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Richard Kettlewell <invalid@invalid.invalid> - 2026-01-23 18:52 +0000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-23 21:13 +0000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-24 11:25 +1000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-24 11:34 +1000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Daniel James <daniel@me.invalid> - 2026-01-24 11:20 +0000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-24 19:43 +0000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-25 07:11 +1000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Richard Kettlewell <invalid@invalid.invalid> - 2026-01-24 23:14 +0000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Computer Nerd Kev <not@telling.you.invalid> - 2026-01-25 16:09 +1000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Richard Kettlewell <invalid@invalid.invalid> - 2026-01-25 09:49 +0000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-26 14:39 +1000
Re: Mailutils not shown in Raspbian source ./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Daniel James <daniel@me.invalid> - 2026-01-24 23:31 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Richard Kettlewell <invalid@invalid.invalid> - 2026-01-20 08:47 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-21 16:13 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-18 21:33 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> - 2026-01-16 11:10 +0200
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-04 07:56 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails The Natural Philosopher <tnp@invalid.invalid> - 2026-01-03 22:56 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-04 11:09 +1000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Marco Moock <mm@dorfdsl.de> - 2026-01-02 21:10 +0100
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-03 18:22 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Marco Moock <mm@dorfdsl.de> - 2026-01-10 07:15 +0100
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-11 20:50 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-10 21:09 +0000
Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-12 06:47 +0000
Re: MySQL dumps (was Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-12 06:58 +0000
Dovecot for testing - can someone please give advice?./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-17 13:51 +0000
Re: Dovecot for testing - can someone please give advice?./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Andy Burns <usenet@andyburns.uk> - 2026-01-17 14:52 +0000
Re: Dovecot for testing - can someone please give advice? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-17 20:43 +0000
Re: Dovecot for testing - can someone please give advice? Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-17 21:34 +0000
Re: Dovecot for testing - can someone please give advice? Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-17 23:21 +0000
Re: Dovecot for testing - can someone please give advice? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-18 02:00 +0000
Re: Dovecot for testing - can someone please give advice?./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails not@telling.you.invalid (Computer Nerd Kev) - 2026-01-18 07:21 +1000
Re: Dovecot for testing - can someone please give advice?./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Markus Robert Kessler <no_reply@dipl-ing-kessler.de> - 2026-01-17 22:45 +0000
Re: Dovecot for testing - can someone please give advice?./. Was: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails Computer Nerd Kev <not@telling.you.invalid> - 2026-01-18 17:23 +1000
csiph-web