Freetz / freetz

Freetz firmware extension/modification for the ​AVM FRITZ!Box series and devices with identical hardware
https://freetz.org
GNU General Public License v2.0
300 stars 160 forks source link

[Arch Linux] make menuconfig fails because of libncurses.so.5 is too new #322

Closed MartinX3 closed 4 years ago

MartinX3 commented 4 years ago

Executing make menuconfigresults in

tools/config/mconf: /usr/lib/libncurses.so.5: version `NCURSES_5.0.19991023' not found (required by tools/config/mconf)
$ ls -lha /usr/lib/libncurses.so.5
lrwxrwxrwx 1 root root 25 16. Aug 20:21 /usr/lib/libncurses.so.5 -> /usr/lib/libncursesw.so.5

$ ls -lha /usr/lib/libncursesw.so.5
lrwxrwxrwx 1 root root 18 16. Aug 20:21 /usr/lib/libncursesw.so.5 -> libncursesw.so.5.9

$ file /usr/lib/libncursesw.so.5.9
/usr/lib/libncursesw.so.5.9: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe510bd401c1d3312c1a892184d5d68af7060d46, stripped
MartinX3 commented 4 years ago

Removing the source folder, fixed this issue.