bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ef.c for GNU Mailutils


From: Sergey Poznyakoff
Subject: Re: ef.c for GNU Mailutils
Date: Mon, 10 May 2021 14:37:02 +0200

Hi Jean,

> Maybe you remember you made this small C program and I have been using
> it for long time.

I'm pleased to know it proved to be useful.

> ./ef: error while loading shared libraries: libmu_mbox.so.7: cannot open 
> shared object file: No such file or directory

Apparently, the program has been built with mailutils 3.10 or earlier
(back then the library major number was 7).  Then, you have installed
3.11 or later.  While doing so, old shared libraries were removed and
replaced with new ones (with major verion 8).  From what I see, you
did not recompile the ef utility after upgrading mailuils.  This
means that the information stored in the header of the ef binary still
points to old shared libraries, which causes the failure.  To fix this,
just recompile ef and reinstall it.

Regards,
Sergey

PS: Did you manage to solve the mailer problem you reported earlier?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]