Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.sys.raspberry-pi > #37721

Re: Citadel? Courier? Cyrus? Dovecot? - I just want to backup my emails

Message-ID <696ea4f2@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 (13 earlier) <69699af4@news.ausics.net> <10kiv7r$3i0qq$1@dont-email.me> <10kj9ml$3i0qq$2@dont-email.me> <696d4f5b@news.ausics.net> <10kllit$e8ec$1@dont-email.me>
Date 2026-01-20 07:41 +1000
Organization Ausics - https://newsgroups.ausics.net

Show all headers | View raw


Markus Robert Kessler <no_reply@dipl-ing-kessler.de> wrote:
> On 19 Jan 2026 07:23:39 +1000 Computer Nerd Kev wrote:
>> Markus Robert Kessler <no_reply@dipl-ing-kessler.de> wrote:
>>> [1040 root@mga9x64-lb1 /tmp]# rpm -i gnu-mailutils-3.21-2.x86_64.rpm
>>> error: Failed dependencies:
>>>         devel(libgnutls(64bit)) is needed by
>>>         gnu-mailutils-3.21-2.x86_64 devel(libgsasl(64bit)) is needed by
>>>         gnu-mailutils-3.21-2.x86_64 devel(libltdl(64bit)) is needed by
>>>         gnu-mailutils-3.21-2.x86_64 libgsasl.so.7()(64bit) is needed by
>>>         gnu-mailutils-3.21-2.x86_64 libgsasl.so.7(LIBGSASL_1.1)(64bit)
>>>         is needed by gnu-
>>> mailutils-3.21-2.x86_64
>> 
>> x86_64? This is in the Raspberry Pi Group. Did you pick the wrong
>> newsgroup to discuss this or are you trying to complile on a PC but run
>> Mailutils on a RPi? That's possible, but difficult, and for this you'd
>> be much better compiling Mailutils on the RPi instead.
>> 
>>> This is strange because './configure' said
>> 
>> The configure script worked if you got the mailutils binaries built,
>> which it sounds like you did (otherwise DESTDIR will be empty). I've
>> never used "alien" and don't know how it goes about making packages, but
>> it looks like something must be going wrong there. If you're trying to
>> install to RPi (ARM) a package built for x86_64, then that's definitely
>> what's going wrong.
> 
> Hello, thanks! And, no, I did not click onto the wrong group.
> Instead, the desperate situation is like that:
> 
> On latest raspbian, debian for ARM, there is only an ancient version 3.10. 
> Good to play with, but that's all.
> 
> On debian for intel, there is version 3.20 - but it is not complete. 
> imap4d and pop3d are missing and other stuff. Just left away.
> 
> On Redhat / Mageia for intel, which I am also running, there is even no 
> such package like GNU mailutils at all.

Just note that nothing you do "on intel" will just work on ARM. If
you want Mailutils on both ARM and "intel", you need to build it
twice. If you just want it on one ARM system, then repeat
everything on the ARM system and just do "sudo make install"
without the DESTDIR and package stuff which only matters if you
want to install easily to other RPis (and even then I'd personally
just make a tarball and unpack that to "/" after installing the
dependencies manually, rather than making an RPM package).

> Besides this:
> 
> Looking at the 'Failed dependencies' message above, this looks as if the 
> devel packages have to be linked statically, otherwise movemail and others 
> cannot access them and are asking for them again.

Static linking should avoid any dependency problem when it's built
on ARM. Building on x86_64 "intel", nothing will work on ARM unless
you install and use a cross-compiling environment. But don't do
that unless you're desperate for a challenge, just build on ARM in
the first place, since any RPi is capable of compiling Mailutils.

If you want the same build to run on Debian and "Redhat / Mageia",
then static linking can achieve that more reliably. Note that it
will prevent security updates to gnutls being applied when running
Mailutils with encrypted connections, until you rebuild the static
binary. You should be able to use the Debian x86_64 Mailutils
packages at least, so you probably don't need to try running the
Mageia build on there. Just compile and install Mailutils normally
on "Redhat / Mageia for intel" and "debian for ARM" as two separate
processes.

-- 
__          __
#_ < |\| |< _#

Back to comp.sys.raspberry-pi | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

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