Hi all,
I'm trying to install the acme package and I'm getting the following error:
root@OpenWrt:~# opkg update
<...update here...>
root@OpenWrt:~# opkg install acme
Installing acme (4.0.0) to root...
Downloading https://downloads.openwrt.org/releases/24.10.3/packages/arm_cortex-a15_neon-vfpv4/packages/acme_4.0.0_all.ipk
Installing libopenssl-conf (3.0.17-r3) to root...
Downloading https://downloads.openwrt.org/releases/24.10.3/packages/arm_cortex-a15_neon-vfpv4/base/libopenssl-conf_3.0.17-r3_arm_cortex-a15_neon-vfpv4.ipk
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/24.10.3/packages/arm_cortex-a15_neon-vfpv4/base/libopenssl-conf_3.0.17-r3_arm_cortex-a15_neon-vfpv4.ipk, wget returned 8.
* opkg_install_pkg: Failed to download libopenssl-conf. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package acme.
root@OpenWrt:~#
Having looked at the package index in https://downloads.openwrt.org/releases/24.10.3/packages/arm_cortex-a15_neon-vfpv4/base/, i believe this is due to the install requesting 3.0.17, but the package there being 3.018.
I don't know the correct way to fix this though.
Here is my openwrt release data:
root@OpenWrt:~# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='24.10.3'
DISTRIB_REVISION='r28872-daca7c049b'
DISTRIB_TARGET='ipq806x/generic'
DISTRIB_ARCH='arm_cortex-a15_neon-vfpv4'
DISTRIB_DESCRIPTION='OpenWrt 24.10.3 r28872-daca7c049b'
DISTRIB_TAINTS=''