root@xxxx:~/bin# cat /proc/cpuinfo | grep "system type"
system type : MediaTek MT7621 ver:1 eco:3
root@xxxx:~/bin# uname -a
Linux xxxx 4.14.171 #0 SMP Thu Feb 27 21:05:12 2020 mips GNU/Linux
root@xxxx:~/bin# ./sslocal
Error relocating ./sslocal: __select_time64: symbol not found
Error relocating ./sslocal: __gettimeofday_time64: symbol not found
Error relocating ./sslocal: __fstat_time64: symbol not found
Error relocating ./sslocal: __time64: symbol not found
Error relocating ./sslocal: __stat_time64: symbol not found
Error relocating ./sslocal: __clock_gettime64: symbol not found
Error relocating ./sslocal: __gmtime64_r: symbol not found
Running other binaries from the package get the same errors.
If I downloaded the release for wrong target? Or must I build binaries from source for this cpu?
root@xxxx:~/bin# cat /proc/cpuinfo | grep "system type"
system type : MediaTek MT7621 ver:1 eco:3
root@xxxx:~/bin# uname -a
Linux xxxx 4.14.171 #0 SMP Thu Feb 27 21:05:12 2020 mips GNU/Linux
root@xxxx:~/bin# ./sslocal
Error relocating ./sslocal: __select_time64: symbol not found
Error relocating ./sslocal: __gettimeofday_time64: symbol not found
Error relocating ./sslocal: __fstat_time64: symbol not found
Error relocating ./sslocal: __time64: symbol not found
Error relocating ./sslocal: __stat_time64: symbol not found
Error relocating ./sslocal: __clock_gettime64: symbol not found
Error relocating ./sslocal: __gmtime64_r: symbol not found
Running other binaries from the package get the same errors.
If I downloaded the release for wrong target? Or must I build binaries from source for this cpu?