Re: ef.c for GNU Mailutils
Jean Louis <[email protected]> Mon, 10 May 2021 20:31:00 +0300
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
* Sergey Poznyakoff <[email protected]> [2021-05-10 18:18]: > Jean Louis <[email protected]> ha escrit: > > > I did re-compile it. That is why I reported. > > Then ld must have been able to locate them on your system > while loading the binary. Are you able to locate these libraries? > If so, where they reside? Is that directory present in your library > search path (as defined in /etc/ld.so.conf)? > > Finally, note the Makefile takes library locations using the following: > > > LIBS=`mailutils ldflags mbox` > > Please, run `mailutils --version'. What version number does it show? > Does it match the verion number of your locally built mailutils? I have it in /etc/ld.so.conf.d/mailutils: /package/mail/mailutils-2021-05-08/lib Then I do sudo ldconfig But when I do ldconfig -p I don't see that directory. After all this, I changed: /etc/ld.so.conf.d/mailutils to /etc/ld.so.conf.d/mailutils.conf and now ldconfig recognized it. I was expecting any file inside would be assessed, but it wasn't. So it is solved, thank you. Thank you, Jean Louis