SocketMan
SocketMan copied to clipboard
i can't install socketman in openWrt 18.06 in raspberry pi 3 b+
I was tried
curl -k https://raw.githubusercontent.com/AndrewMargarit/socketman-installer/master/install | ash
but gives me an error ===
Collected errors: opkg_download: Failed to download http://packages.ctapp.io/packages/beta/openwrt/18.06.2/aarch64_cortex-a53/ct/Packages.gz, wget returned 8. Unknown package 'socketman'.
I also tried to download the .ipk file socketman_180513_c49af_mips_24kc.ipk and gets this error ===
root@OpenWrt:/tmp# opkg install socketman_180513_c49af_mips_24kc.ipk Unknown package 'socketman'. Collected errors: pkg_hash_fetch_best_installation_candidate: Packages for socketman found, but incompatible with the architectures configured opkg_install_cmd: Cannot install package socketman. root@OpenWrt:/tmp#
And this is my openwrt version
root@OpenWrt:/tmp# cat /etc/openwrt_release DISTRIB_ID='OpenWrt' DISTRIB_RELEASE='18.06.2' DISTRIB_REVISION='r7676-cddd7b4c77' DISTRIB_TARGET='brcm2708/bcm2710' DISTRIB_ARCH='aarch64_cortex-a53' DISTRIB_DESCRIPTION='OpenWrt 18.06.2 r7676-cddd7b4c77' DISTRIB_TAINTS=''
I know that this package aarch64_cortex-a53 is not available on this site http://packages.ctapp.io/packages/ So how can I install socketman in openwrt?
Really looking forward for a solution
You can download the source code and compile it. I used this way and it worked