Subj : fmail on gentoo fails with ncurses 6.4 but works slackware ncurses 6.3 To : Maurice Kinal From : Benny Pedersen Date : Wed Jul 24 2024 03:46:32 Hello Maurice! 24 Jul 2024 01:45, Maurice Kinal wrote to Benny Pedersen: MK> In your case also make symlink from /usr/lib64 to /usr/lib. /usr/lib64/libncursesw.so is just an ascii file :) /* GNU ld script Since Gentoo has critical dynamic libraries in /lib, and the static versions in /usr/lib, we need to have a "fake" dynamic lib in /usr/lib, otherwise we run into linking problems. This "fake" dynamic lib is a linker script that redirects the linker to the real lib. And yes, this works in the cross- compiling scenario as the sysroot-ed linker will prepend the real path. See bug https://bugs.gentoo.org/4411 for more info. */ OUTPUT_FORMAT ( elf64-x86-64 ) GROUP ( /lib64/libncursesw.so.6 ) hmm Regards Benny .... too late to die young :) --- Msged/LNX 6.1.2 (Linux/6.9.10-gentoo-dist (x86_64)) * Origin: gopher://fido.junc.eu/ (2:230/0) .