|
BusyBox v1.33.1 (2021-06-21 13:28:56 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r3331-619d5040e
-----------------------------------------------------
root@OpenWrt:~# ping qq.com
PING qq.com (112.53.26.232): 56 data bytes
64 bytes from 112.53.26.232: seq=0 ttl=55 time=12.731 ms
^C
--- qq.com ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 12.731/12.731/12.731 ms
root@OpenWrt:~# opkg update
Downloading http://downloads.openwrt.org/sna ... ackages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading http://downloads.openwrt.org/sna ... ckages/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/sna ... kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading http://downloads.openwrt.org/sna ... c/base/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/sna ... kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading http://downloads.openwrt.org/sna ... c/luci/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/sna ... ackages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading http://downloads.openwrt.org/sna ... ckages/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/sna ... routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading http://downloads.openwrt.org/sna ... outing/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/sna ... lephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading http://downloads.openwrt.org/sna ... ephony/Packages.sig
Signature check passed.
root@OpenWrt:~# opkg install tcpdump
Multiple packages (libgcc1 and libgcc1) providing same name marked HOLD or PREFER. Using latest.
Installing tcpdump (4.9.3-3) to root...
Downloading http://downloads.openwrt.org/sna ... 3-3_mipsel_24kc.ipk
Installing libpcap1 (1.10.1-1) to root...
Downloading http://downloads.openwrt.org/sna ... 1-1_mipsel_24kc.ipk
Configuring libpcap1.
Configuring tcpdump.
root@OpenWrt:~# tcpdump
Error relocating /usr/lib/libpcap.so.1: __stat_time64: symbol not found
Error relocating /usr/lib/libpcap.so.1: __select_time64: symbol not found
Error relocating /usr/sbin/tcpdump: __localtime64: symbol not found
Error relocating /usr/sbin/tcpdump: __fstat_time64: symbol not found
Error relocating /usr/sbin/tcpdump: __ctime64: symbol not found
Error relocating /usr/sbin/tcpdump: __gmtime64: symbol not found
Error relocating /usr/sbin/tcpdump: __time64: symbol not found
root@OpenWrt:~# opkg install curl
Multiple packages (libgcc1 and libgcc1) providing same name marked HOLD or PREFER. Using latest.
Package curl (7.79.1-1) installed in root is up to date.
root@OpenWrt:~# curl -V www.sina.com
Error relocating /usr/lib/libcurl.so.4: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libcurl.so.4: __time64: symbol not found
Error relocating /usr/lib/libcurl.so.4: __stat_time64: symbol not found
Error relocating /usr/lib/libcurl.so.4: __clock_gettime64: symbol not found
Error relocating /usr/lib/libcurl.so.4: __fstat_time64: symbol not found
Error relocating /usr/lib/libcurl.so.4: __gmtime64_r: symbol not found
Error relocating /usr/lib/libwolfssl.so.4.8.1.ba20a816: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libwolfssl.so.4.8.1.ba20a816: __time64: symbol not found
Error relocating /usr/lib/libwolfssl.so.4.8.1.ba20a816: __stat_time64: symbol not found
Error relocating /usr/lib/libwolfssl.so.4.8.1.ba20a816: __gmtime64_r: symbol not found
Error relocating /usr/bin/curl: __localtime64: symbol not found
Error relocating /usr/bin/curl: __gettimeofday_time64: symbol not found
Error relocating /usr/bin/curl: __time64: symbol not found
Error relocating /usr/bin/curl: __stat_time64: symbol not found
Error relocating /usr/bin/curl: __utimes_time64: symbol not found
Error relocating /usr/bin/curl: __clock_gettime64: symbol not found
Error relocating /usr/bin/curl: __fstat_time64: symbol not found
root@OpenWrt:~#
请问,已经刷上了固件,但是curl和tcpdump还是用不了,万分着急,求教!! |
|