`make image` not working
by rima8eou from LinuxQuestions.org on (#5KN9B)
Hi guys,
I have this portable mobile Router, TP-Link TL-MR3020. I've already flashed the firmware with OpenWrt, because I'd like to use it as a print server, but it doesn't have enough disk space. I found this workaround:
http://dashohoxha.fs.al/recycle-tplink-router/
The problem is, that compiling with `make image...` is failing:
Code:diotima@organon:~$ make image PROFILE=tl-mr3020-v1 PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage kmod-usb-ohci kmod-usb-uhci"
[...]
/home/diotima/Downloads/lede-imagebuilder-17.01.5-ar71xx-generic.Linux-x86_64/staging_dir/host/bin/mksquashfs4: relocation error: /lib/x86_64-linux-gnu/libnss_files.so.2: symbol __libc_readline_unlocked, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
make[3]: *** [/home/diotima/Downloads/lede-imagebuilder-17.01.5-ar71xx-generic.Linux-x86_64/include/image.mk:310: /home/diotima/Downloads/lede-imagebuilder-17.01.5-ar71xx-generic.Linux-x86_64/build_dir/target-mips_24kc_musl-1.1.16/linux-ar71xx_generic/root.squashfs] Error 127
make[2]: *** [Makefile:178: build_image] Error 2
make[1]: *** [Makefile:118: _call_image] Error 2
make: *** [Makefile:203: image] Fehler 2Code:diotima@organon:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focalCode:diotima@organon:~$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.2) 2.31Please help me!
I have this portable mobile Router, TP-Link TL-MR3020. I've already flashed the firmware with OpenWrt, because I'd like to use it as a print server, but it doesn't have enough disk space. I found this workaround:
http://dashohoxha.fs.al/recycle-tplink-router/
The problem is, that compiling with `make image...` is failing:
Code:diotima@organon:~$ make image PROFILE=tl-mr3020-v1 PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage kmod-usb-ohci kmod-usb-uhci"
[...]
/home/diotima/Downloads/lede-imagebuilder-17.01.5-ar71xx-generic.Linux-x86_64/staging_dir/host/bin/mksquashfs4: relocation error: /lib/x86_64-linux-gnu/libnss_files.so.2: symbol __libc_readline_unlocked, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
make[3]: *** [/home/diotima/Downloads/lede-imagebuilder-17.01.5-ar71xx-generic.Linux-x86_64/include/image.mk:310: /home/diotima/Downloads/lede-imagebuilder-17.01.5-ar71xx-generic.Linux-x86_64/build_dir/target-mips_24kc_musl-1.1.16/linux-ar71xx_generic/root.squashfs] Error 127
make[2]: *** [Makefile:178: build_image] Error 2
make[1]: *** [Makefile:118: _call_image] Error 2
make: *** [Makefile:203: image] Fehler 2Code:diotima@organon:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focalCode:diotima@organon:~$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.2) 2.31Please help me!