OpenWRT-package-softether
OpenWRT-package-softether copied to clipboard
Recent build of ar7xx do not run on trunk snapshots
Hi there,
have been attempting to put softether on an tp-link archer-c7 with pivot root and swap enabled via ext4 usb device.
The two most recent builds : softethervpn_4.18-9570_ar71xx.ipk
and the previous are not producing usable binary. I am running trunk snapshot builds from the 27 and 28th of August ( OpenWrt Chaos Calmer r46724 / LuCI (git-15.236.28194-084d435)
Info: root@turia:/opt# /usr/bin/env LANG=en_US.UTF-8 /usr/bin/vpnserver start env: can't execute '/usr/bin/vpnserver': No such file or directory root@turia:/opt# /usr/bin/env LANG=en_US.UTF-8 /usr/bin/vpnserver start env: can't execute '/usr/bin/vpnserver': No such file or directory root@turia:/opt# /usr/bin/env LANG=en_US.UTF-8 /usr/bin/vpncmd env: can't execute '/usr/bin/vpncmd': No such file or directory root@turia:/opt# /usr/bin/env LANG=en_US.UTF-8 /usr/bin/vpnserver start env: can't execute '/usr/bin/vpnserver': No such file or directory root@turia:/opt# ls -al /usr/bin/vpnserver -rwxr-xr-x 1 root root 1596628 Jul 27 09:47 /usr/bin/vpnserver root@turia:/opt# file /usr/bin/vpnserver -ash: file: not found root@turia:/opt# ldd /usr/bin/vpnserver /lib/ld-uClibc.so.0 (0x55626000) libm.so.0 => /lib/ld-uClibc.so.0 (0x55626000) libdl.so.0 => /lib/ld-uClibc.so.0 (0x55626000) librt.so.0 => /lib/ld-uClibc.so.0 (0x55626000) libpthread.so.0 => /lib/ld-uClibc.so.0 (0x55626000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x7794a000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x777da000) libreadline.so.6 => /usr/lib/libreadline.so.6 (0x7779c000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x77762000) libz.so.1 => /usr/lib/libz.so.1 (0x77742000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x7771e000) libc.so.0 => /lib/ld-uClibc.so.0 (0x55626000) Error relocating /usr/bin/vpnserver: __uClibc_main: symbol not found Error relocating /usr/bin/vpnserver: fcntl64: symbol not found Error relocating /usr/bin/vpnserver: __cmsg_nxthdr: symbol not found Error relocating /usr/bin/vpnserver: __fputc_unlocked: symbol not found Error relocating /usr/bin/vpnserver: __fgetc_unlocked: symbol not found root@turia:/opt# ls -al /opt/softethervpn_4.18-9570_ar71xx.ipk -rw-r--r-- 1 root root 1951968 Aug 28 00:15 /opt/softethervpn_4.18-9570_ar71xx.ipk root@turia:/opt# uname -a Linux turia.ae.net.nz 4.1.6 #1 Wed Aug 26 12:22:18 CEST 2015 mips GNU/Linux root@turia:/opt# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 2304 2304 0 100% /rom tmpfs 62928 1012 61916 2% /tmp /dev/sda1 1479088 24292 1361612 2% / tmpfs 512 0 512 0% /dev root@turia:/opt# cat /proc/swaps Filename Type Size Used Priority /dev/sda2 partition 436508 0 -1 root@turia:/opt# cat /proc/cpuinfo system type : Qualcomm Atheros QCA9558 ver 1 rev 0 machine : TP-LINK Archer C7 processor : 0 cpu model : MIPS 74Kc V5.0 BogoMIPS : 358.80 wait instruction : yes microsecond timers : yes tlb_entries : 32 extra interrupt vector : yes hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] isa : mips1 mips2 mips32r1 mips32r2 ASEs implemented : mips16 dsp dsp2 shadow register sets : 1 kscratch registers : 0 package : 0 core : 0 VCED exceptions : not available VCEI exceptions : not available
b.mikomoe.jp binary works only on Barrier Breaker(14.07). if you want run on Chaos Calmer, need to build for Chaos Calmer from source code.
Have you submitted a package for inclusion into the main tree?
main tree of openwrt? no.
Have you submitted a package for inclusion into the main tree?
You should ask to be included in the main packages tree for openwrt, I think the build system is fairly well established now. This would mean softethervpn builds would happen automatically as part of daily trunk build etc.