Strych99
New Around Here
Removing package sqlite3-cli from root...The above error message indicates that you have a corrupted SQLite3 installation. Follow the instructions below to clean up and restart with a "fresh" installation:
1) Uninstall spdMerlin:
Bash:/jffs/scripts/spdmerlin uninstall
2) Copy & paste the following set of commands (*including* the enclosing curly braces):
Bash:{ rm -f /opt/share/tmp/spdMerlin_*.LOG rm -f /opt/share/spdmerlin.d/spdstats.db rm -f /jffs/addons/spdmerlin.d/spdstats.db opkg remove sqlite3-cli libsqlite3 --force-removal-of-dependent-packages opkg update opkg install sqlite3-cli echo "----------------------------------------" opkg list-installed | grep sqlite3 /opt/bin/sqlite3 -version echo "----------------------------------------" }
3) Download and reinstall the latest spdMerlin 'develop' branch version:
Bash:curl -LSs --retry 3 --retry-delay 5 --retry-connrefused \ https://raw.githubusercontent.com/AMTM-OSR/spdMerlin/refs/heads/develop/spdmerlin.sh \ -o /jffs/scripts/spdmerlin && chmod 755 /jffs/scripts/spdmerlin /jffs/scripts/spdmerlin install
4) When the spdMerlin installation is completed, post the results and debug logfile (if any).
Removing package python3-pip from root...
Removing package python3 from root...
Removing package python3-sqlite3 from root...
Removing package libsqlite3 from root...
Downloading https://bin.entware.net/aarch64-k3.10/Packages.gz
Updated list of available packages in /opt/var/opkg-lists/entware
Installing sqlite3-cli (3.49.1-2) to root...
Downloading https://bin.entware.net/aarch64-k3.10/sqlite3-cli_3.49.1-2_aarch64-3.10.ipk
Installing libsqlite3 (3460100-1) to root...
Collected errors:
* opkg_download_pkg: Package libsqlite3 is not available from any configured src.
* opkg_install_pkg: Failed to download libsqlite3. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package sqlite3-cli.
----------------------------------------
-sh: /opt/bin/sqlite3: not found
----------------------------------------